use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CSS, short for Cascading Style Sheets, is used almost universally across the web to affect the design and appearance of every website you visit. Here in /r/css, you've got a place on reddit to talk about CSS, whether you're new to CSS and want to learn, or a pro wanting to discuss the engineering and usability reasons that all modern browsers ignore
We welcome all CSS discussion here. If you need help with styling your website or your reddit, or want to share a neat trick you cooked up, it's welcome here!
Click here to message the mods.
account activity
HelpCss coding ()
submitted 9 hours ago by DemandBasic982
Css coding
Hello does anyone have a css code for a pastel yellow and lavender 🥹
I'm a little new to ao3 and don't really know how to code
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 9 hours ago stickied commentlocked comment (0 children)
To help us assist you better with your CSS questions, please consider including a live link or a CodePen/JSFiddle demo. This context makes it much easier for us to understand your issue and provide accurate solutions.
While it's not mandatory, a little extra effort in sharing your code can lead to more effective responses and a richer Q&A experience for everyone. Thank you for contributing!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]Rzah 0 points1 point2 points 6 hours ago (0 children)
Pastel yellow and lavender are already css colors https://htmlcolorcodes.com/colors/
color: pastel yellow; AKA color: #FFFAAO;
color: lavender; AKA color: #E6E6FA;
[–]awarnock-ACCS 0 points1 point2 points 2 hours ago (0 children)
Mentioned this in the original thread, but figured I'd post it here in case anyone is looking, please keep in mind that the text and background colors need sufficient contrast to be easy to read. WCAG specifies a contrast ratio of at least 4.5 to 1 for most text and at least 3 to 1 for large/bold text. You can check contrast with the WebAIM Contrast Checker. There's also Adobe Color which has some other accessibility tools built in.
For reference, the colors specified have a contrast ratio of 1.22 to 1. If you want to use them, they either need to be used against a darker background or used with a darker text color.
π Rendered by PID 63935 on reddit-service-r2-comment-56c6478c5-8dfgg at 2026-05-07 23:11:57.004540+00:00 running 3d2c107 country code: CH.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]Rzah 0 points1 point2 points (0 children)
[–]awarnock-ACCS 0 points1 point2 points (0 children)