Sweet Dreams Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Dreams Delight palette

Share this palette to:

Sweet Dreams Delight color palette CSS

/* CSS */
.color-1 {
color: #f2c5d2;
}
.color-2 {
color: #f6e1b1;
}
.color-3 {
color: #e8d6c4;
}
.color-4 {
color: #d4b5d4;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #f2c5d2;
--color-2: #f6e1b1;
--color-3: #e8d6c4;
--color-4: #d4b5d4;
--color-5: #f1a8a2;
}

Sweet Dreams Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d2, #f6e1b1, #e8d6c4, #d4b5d4, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d2, #f6e1b1, #e8d6c4, #d4b5d4, #f1a8a2);
}

Sweet Dreams Delight color palette created on .