Mellow Marshmallow Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mellow Marshmallow Dream palette

Share this palette to:

Mellow Marshmallow Dream color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e8e8d4;
}
.color-4 {
color: #b9e2f3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #e8e8d4;
--color-4: #b9e2f3;
--color-5: #ff6e61;
}

Mellow Marshmallow Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #e8e8d4, #b9e2f3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #e8e8d4, #b9e2f3, #ff6e61);
}

Mellow Marshmallow Dream color palette created on .