Soft Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Serenity palette
Soft Serenity color palette CSS
/* CSS */
.color-1 {
color: #f6a2a4;
}
.color-2 {
color: #f4d8a4;
}
.color-3 {
color: #f0e5b7;
}
.color-4 {
color: #b8e1a8;
}
.color-5 {
color: #8cd2d9;
}
/* CSS Variables */
:root {
--color-1: #f6a2a4;
--color-2: #f4d8a4;
--color-3: #f0e5b7;
--color-4: #b8e1a8;
--color-5: #8cd2d9;
}
Soft Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a4, #f4d8a4, #f0e5b7, #b8e1a8, #8cd2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a4, #f4d8a4, #f0e5b7, #b8e1a8, #8cd2d9);
}
Similar color palettes
Soft Serenity color palette created on .