Pastel Mollie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Mollie palette

Share this palette to:

Pastel Mollie color palette CSS

/* CSS */
.color-1 {
color: #f9c3b4;
}
.color-2 {
color: #f9e3b4;
}
.color-3 {
color: #f9f8b4;
}
.color-4 {
color: #b4f9c3;
}
.color-5 {
color: #b4d4f9;
}

/* CSS Variables */
:root {
--color-1: #f9c3b4;
--color-2: #f9e3b4;
--color-3: #f9f8b4;
--color-4: #b4f9c3;
--color-5: #b4d4f9;
}

Pastel Mollie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3b4, #f9e3b4, #f9f8b4, #b4f9c3, #b4d4f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3b4, #f9e3b4, #f9f8b4, #b4f9c3, #b4d4f9);
}

Pastel Mollie color palette created on .