Serendipity Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serendipity Spectrum palette
Serendipity Spectrum color palette CSS
/* CSS */
.color-1 {
color: #4a8b3c;
}
.color-2 {
color: #6ecf7b;
}
.color-3 {
color: #98e29f;
}
.color-4 {
color: #f3f16d;
}
.color-5 {
color: #fab700;
}
/* CSS Variables */
:root {
--color-1: #4a8b3c;
--color-2: #6ecf7b;
--color-3: #98e29f;
--color-4: #f3f16d;
--color-5: #fab700;
}
Serendipity Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}
Similar color palettes
- Tropical Oasis
- Shades of Red and Green
- Serene Harbor
- Muted Whispers
- Velvet Sunrise
- Whimsical Dreamscape
- Shades of Green
- Whimsical Fiesta
- Sunny Kiko Garden
- Shades of Green
- Sunlit Oasis
- Shades of Green and Lilac
- Tropical Tigerfish Tones
- Dimitri's Radiance
- Harmony of Gakushu
- Shades of Olivine
- Shades of Green
- Red Green Cityscape
Serendipity Spectrum color palette created on .