Sweet Meringue Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Meringue Dreams palette

Share this palette to:

Sweet Meringue Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8e1af;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #e77e7e;
}
.color-5 {
color: #d2615b;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f1a7b8;
--color-3: #f28c8c;
--color-4: #e77e7e;
--color-5: #d2615b;
}

Sweet Meringue Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f1a7b8, #f28c8c, #e77e7e, #d2615b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f1a7b8, #f28c8c, #e77e7e, #d2615b);
}

Sweet Meringue Dreams color palette created on .