Sunny Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Serenity palette
Sunny Serenity color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d1a65c;
}
.color-4 {
color: #b2d3a6;
}
.color-5 {
color: #7bc8d1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f0a800;
--color-3: #d1a65c;
--color-4: #b2d3a6;
--color-5: #7bc8d1;
}
Sunny Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f0a800, #d1a65c, #b2d3a6, #7bc8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f0a800, #d1a65c, #b2d3a6, #7bc8d1);
}
Similar color palettes
Sunny Serenity color palette created on .