Pink Oni Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Oni palette

Condividi questa palette a:

tavolozza dei colori Pink Oni CSS

/* CSS */
.color-1 {
color: #c27a9f;
}
.color-2 {
color: #dab9d6;
}
.color-3 {
color: #f6c0b1;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #c27a9f;
--color-2: #dab9d6;
--color-3: #f6c0b1;
--color-4: #ffadad;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Pink Oni

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c27a9f, #dab9d6, #f6c0b1, #ffadad, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c27a9f, #dab9d6, #f6c0b1, #ffadad, #ff6e61);
}

Pink Oni color palette created on .