Whimsical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Serenity palette
Whimsical Serenity color palette CSS
/* CSS */
.color-1 {
color: #f7a6a9;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f6e4b1;
}
.color-4 {
color: #b4e9b6;
}
.color-5 {
color: #89b8e6;
}
/* CSS Variables */
:root {
--color-1: #f7a6a9;
--color-2: #f5c99e;
--color-3: #f6e4b1;
--color-4: #b4e9b6;
--color-5: #89b8e6;
}
Whimsical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a6a9, #f5c99e, #f6e4b1, #b4e9b6, #89b8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a6a9, #f5c99e, #f6e4b1, #b4e9b6, #89b8e6);
}
Similar color palettes
Whimsical Serenity color palette created on .