Pastel Colors of Marry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Colors of Marry palette

Share this palette to:

Pastel Colors of Marry color palette CSS

/* CSS */
.color-1 {
color: #f9b4b4;
}
.color-2 {
color: #f9d5b4;
}
.color-3 {
color: #f9e9b4;
}
.color-4 {
color: #b4f9b4;
}
.color-5 {
color: #b4d5f9;
}

/* CSS Variables */
:root {
--color-1: #f9b4b4;
--color-2: #f9d5b4;
--color-3: #f9e9b4;
--color-4: #b4f9b4;
--color-5: #b4d5f9;
}

Pastel Colors of Marry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b4, #f9d5b4, #f9e9b4, #b4f9b4, #b4d5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b4, #f9d5b4, #f9e9b4, #b4f9b4, #b4d5f9);
}

Pastel Colors of Marry color palette created on .