Sweet Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Whimsy palette
Sweet Whimsy color palette PNG image
Sweet Whimsy color palette CSS
/* CSS */
.color-1 {
color: #ff75a8;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #fff0e5;
}
.color-4 {
color: #f4c3b3;
}
.color-5 {
color: #ffd1dc;
}
/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ffb3d1;
--color-3: #fff0e5;
--color-4: #f4c3b3;
--color-5: #ffd1dc;
}
Sweet Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #ffb3d1, #fff0e5, #f4c3b3, #ffd1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #ffb3d1, #fff0e5, #f4c3b3, #ffd1dc);
}
Similar color palettes
Sweet Whimsy color palette created on .