Sweet Cream Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Cream Dream palette

Share this palette to:

Download Sweet Cream Dream Color Palette (PNG)

Download sweet cream dream color palette PNG image (landscape)
Download sweet cream dream color palette PNG image (square)

Sweet Cream Dream color palette CSS

/* CSS */
.color-1 {
color: #f8e2af;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e4b3a0;
}
.color-4 {
color: #d6a09e;
}
.color-5 {
color: #eab8d2;
}

/* CSS Variables */
:root {
--color-1: #f8e2af;
--color-2: #f1c6a7;
--color-3: #e4b3a0;
--color-4: #d6a09e;
--color-5: #eab8d2;
}

Sweet Cream Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2af, #f1c6a7, #e4b3a0, #d6a09e, #eab8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2af, #f1c6a7, #e4b3a0, #d6a09e, #eab8d2);
}

Sweet Cream Dream color palette created on .