Serenity in Sunlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity in Sunlight palette
Serenity in Sunlight color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f5e56b;
}
.color-3 {
color: #a8d6d5;
}
.color-4 {
color: #5c8a8a;
}
.color-5 {
color: #3c4e4e;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f5e56b;
--color-3: #a8d6d5;
--color-4: #5c8a8a;
--color-5: #3c4e4e;
}
Serenity in Sunlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f5e56b, #a8d6d5, #5c8a8a, #3c4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f5e56b, #a8d6d5, #5c8a8a, #3c4e4e);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Serenity in Sunlight color palette created on .