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: #e7b34b;
}
.color-2 {
color: #a35c8e;
}
.color-3 {
color: #3c7b90;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #e7b34b;
--color-2: #a35c8e;
--color-3: #3c7b90;
--color-4: #ff6e61;
--color-5: #f0a800;
}
Whimsical Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b34b, #a35c8e, #3c7b90, #ff6e61, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b34b, #a35c8e, #3c7b90, #ff6e61, #f0a800);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Whimsical Dreamscape color palette created on .