Whispers of a Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of a Dreamscape palette
Whispers of a Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f5dbdc;
}
.color-2 {
color: #cdcaec;
}
.color-3 {
color: #cabad4;
}
.color-4 {
color: #dbc34d;
}
.color-5 {
color: #d2a7b1;
}
/* CSS Variables */
:root {
--color-1: #f5dbdc;
--color-2: #cdcaec;
--color-3: #cabad4;
--color-4: #dbc34d;
--color-5: #d2a7b1;
}
Whispers of a Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5dbdc, #cdcaec, #cabad4, #dbc34d, #d2a7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5dbdc, #cdcaec, #cabad4, #dbc34d, #d2a7b1);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Whispers of a Dreamscape color palette created on .