Whimsical Storytime Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Storytime Dreams palette

Share this palette to:

Whimsical Storytime Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8c9d1;
}
.color-2 {
color: #f9e59f;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #d3b5e3;
}
.color-5 {
color: #f6b792;
}

/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #f9e59f;
--color-3: #a3d6e0;
--color-4: #d3b5e3;
--color-5: #f6b792;
}

Whimsical Storytime Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #f9e59f, #a3d6e0, #d3b5e3, #f6b792);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #f9e59f, #a3d6e0, #d3b5e3, #f6b792);
}

Whimsical Storytime Dreams color palette created on .