Sweet Whimsy Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Whimsy Dreamscape palette
Sweet Whimsy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ffb3e0;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #ffc29e;
}
/* CSS Variables */
:root {
--color-1: #ffb3e0;
--color-2: #ff7092;
--color-3: #ff4d7f;
--color-4: #f5a524;
--color-5: #ffc29e;
}
Sweet Whimsy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e0, #ff7092, #ff4d7f, #f5a524, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e0, #ff7092, #ff4d7f, #f5a524, #ffc29e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sweet Whimsy Dreamscape color palette created on .