Sophie’s Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sophie’s Whimsy palette
Sophie’s Whimsy color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f8d68b;
}
.color-3 {
color: #f9e09a;
}
.color-4 {
color: #e4b472;
}
.color-5 {
color: #e1a3c3;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f8d68b;
--color-3: #f9e09a;
--color-4: #e4b472;
--color-5: #e1a3c3;
}
Sophie’s Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f8d68b, #f9e09a, #e4b472, #e1a3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f8d68b, #f9e09a, #e4b472, #e1a3c3);
}
Similar color palettes
Scroll down to explore 200+ Soft color palettes
Sophie’s Whimsy color palette created on .