Sweet Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Serenity palette
Sweet Serenity color palette CSS
/* CSS */
.color-1 {
color: #f7e0a1;
}
.color-2 {
color: #f2b650;
}
.color-3 {
color: #e6a14c;
}
.color-4 {
color: #d19a5c;
}
.color-5 {
color: #a86b4d;
}
/* CSS Variables */
:root {
--color-1: #f7e0a1;
--color-2: #f2b650;
--color-3: #e6a14c;
--color-4: #d19a5c;
--color-5: #a86b4d;
}
Sweet Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0a1, #f2b650, #e6a14c, #d19a5c, #a86b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0a1, #f2b650, #e6a14c, #d19a5c, #a86b4d);
}
Similar color palettes
Sweet Serenity color palette created on .