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