Pink Cosmo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cosmo palette

Share this palette to:

Pink Cosmo color palette CSS

/* CSS */
.color-1 {
color: #7d2c6f;
}
.color-2 {
color: #a03b8c;
}
.color-3 {
color: #d84f9b;
}
.color-4 {
color: #f59eb8;
}
.color-5 {
color: #f7b1cf;
}

/* CSS Variables */
:root {
--color-1: #7d2c6f;
--color-2: #a03b8c;
--color-3: #d84f9b;
--color-4: #f59eb8;
--color-5: #f7b1cf;
}

Pink Cosmo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2c6f, #a03b8c, #d84f9b, #f59eb8, #f7b1cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2c6f, #a03b8c, #d84f9b, #f59eb8, #f7b1cf);
}

Pink Cosmo color palette created on .