Blue Cream Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Cream Dream palette

Share this palette to:

Blue Cream Dream color palette CSS

/* CSS */
.color-1 {
color: #f2d5c4;
}
.color-2 {
color: #e0b3d1;
}
.color-3 {
color: #c2d4e0;
}
.color-4 {
color: #a4c3e5;
}
.color-5 {
color: #8ecae6;
}

/* CSS Variables */
:root {
--color-1: #f2d5c4;
--color-2: #e0b3d1;
--color-3: #c2d4e0;
--color-4: #a4c3e5;
--color-5: #8ecae6;
}

Blue Cream Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5c4, #e0b3d1, #c2d4e0, #a4c3e5, #8ecae6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5c4, #e0b3d1, #c2d4e0, #a4c3e5, #8ecae6);
}

Blue Cream Dream color palette created on .