Sunlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
Sunlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #7ef500;
}
.color-2 {
color: #d10018;
}
.color-3 {
color: #ffeb14;
}
.color-4 {
color: #9214ff;
}
.color-5 {
color: #c800f0;
}
/* CSS Variables */
:root {
--color-1: #7ef500;
--color-2: #d10018;
--color-3: #ffeb14;
--color-4: #9214ff;
--color-5: #c800f0;
}
Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ef500, #d10018, #ffeb14, #9214ff, #c800f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ef500, #d10018, #ffeb14, #9214ff, #c800f0);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
- Matteo's Serenade
- Sugar Rush Delight
- Neon Green
- Orchard Sunrise
- Vibrant Red
- Sweet Treat Delight
- Cheesy Dreamscape
- Vibrant Fruitcake
- Coral Elegance
- Scarlett Twilight
- Vibrant Rivalry
- Vibrant Akaya Dreams
- Apple Orchard
- Red and Blue Optimus
- Autumn Embrace
- Bohemian Earthsong
- Vibrant Earthy Reds and Greens
- Rich Green and Red
Sunlit Serenity color palette created on .