Sweet Cream Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Cream Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sweet Cream Dream Color Palette (PNG)
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);
}
Similar color palettes
Sweet Cream Dream color palette created on .