Soda Sifted Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soda Sifted Serenity palette
Soda Sifted Serenity color palette CSS
/* CSS */
.color-1 {
color: #e3e2d4;
}
.color-2 {
color: #d2b2a3;
}
.color-3 {
color: #b48d8d;
}
.color-4 {
color: #a65b3f;
}
.color-5 {
color: #f2e3b5;
}
/* CSS Variables */
:root {
--color-1: #e3e2d4;
--color-2: #d2b2a3;
--color-3: #b48d8d;
--color-4: #a65b3f;
--color-5: #f2e3b5;
}
Soda Sifted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e2d4, #d2b2a3, #b48d8d, #a65b3f, #f2e3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e2d4, #d2b2a3, #b48d8d, #a65b3f, #f2e3b5);
}
Similar color palettes
Soda Sifted Serenity color palette created on .