Whimsical Creams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Creams palette

Share this palette to:

Whimsical Creams color palette CSS

/* CSS */
.color-1 {
color: #f8e7ce;
}
.color-2 {
color: #f1c6d5;
}
.color-3 {
color: #f1b1e4;
}
.color-4 {
color: #d6a9e0;
}
.color-5 {
color: #c1a5e3;
}

/* CSS Variables */
:root {
--color-1: #f8e7ce;
--color-2: #f1c6d5;
--color-3: #f1b1e4;
--color-4: #d6a9e0;
--color-5: #c1a5e3;
}

Whimsical Creams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7ce, #f1c6d5, #f1b1e4, #d6a9e0, #c1a5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7ce, #f1c6d5, #f1b1e4, #d6a9e0, #c1a5e3);
}

Whimsical Creams color palette created on .