Whimsical Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Dreamscape palette
Whimsical Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9c8d5;
}
.color-2 {
color: #f2e7ca;
}
.color-3 {
color: #d1e6f0;
}
.color-4 {
color: #a3c8e6;
}
.color-5 {
color: #f2a1c5;
}
/* CSS Variables */
:root {
--color-1: #f9c8d5;
--color-2: #f2e7ca;
--color-3: #d1e6f0;
--color-4: #a3c8e6;
--color-5: #f2a1c5;
}
Whimsical Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d5, #f2e7ca, #d1e6f0, #a3c8e6, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d5, #f2e7ca, #d1e6f0, #a3c8e6, #f2a1c5);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whimsical Dreamscape color palette created on .