Maria's Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maria's Blossoms palette

Share this palette to:

Maria's Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f6c3b6;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f2746e;
}
.color-4 {
color: #e85e8c;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #f6c3b6;
--color-2: #fab700;
--color-3: #f2746e;
--color-4: #e85e8c;
--color-5: #d6006f;
}

Maria's Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c3b6, #fab700, #f2746e, #e85e8c, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c3b6, #fab700, #f2746e, #e85e8c, #d6006f);
}

Maria's Blossoms color palette created on .