Pink Hime Gal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Hime Gal palette

Condividi questa palette a:

tavolozza dei colori Pink Hime Gal CSS

/* CSS */
.color-1 {
color: #f8b9d5;
}
.color-2 {
color: #f5a8d2;
}
.color-3 {
color: #f07f9d;
}
.color-4 {
color: #e76a98;
}
.color-5 {
color: #d45e89;
}

/* CSS Variables */
:root {
--color-1: #f8b9d5;
--color-2: #f5a8d2;
--color-3: #f07f9d;
--color-4: #e76a98;
--color-5: #d45e89;
}

CSS con gradiente di sfondo Pink Hime Gal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9d5, #f5a8d2, #f07f9d, #e76a98, #d45e89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9d5, #f5a8d2, #f07f9d, #e76a98, #d45e89);
}

Pink Hime Gal color palette created on .