Sofi's Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sofi's Serenity palette
Sofi's Serenity color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f5c7c7;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #d9e8e2;
}
.color-5 {
color: #b1e0e7;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f5c7c7;
--color-3: #f3e0d3;
--color-4: #d9e8e2;
--color-5: #b1e0e7;
}
Sofi's Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f5c7c7, #f3e0d3, #d9e8e2, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f5c7c7, #f3e0d3, #d9e8e2, #b1e0e7);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Sofi's Serenity color palette created on .