Pink Shells Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Shells palette

Condividi questa palette a:

tavolozza dei colori Pink Shells CSS

/* CSS */
.color-1 {
color: #f6c5a7;
}
.color-2 {
color: #f2a1b0;
}
.color-3 {
color: #f27d8b;
}
.color-4 {
color: #d56c91;
}
.color-5 {
color: #a65e8f;
}

/* CSS Variables */
:root {
--color-1: #f6c5a7;
--color-2: #f2a1b0;
--color-3: #f27d8b;
--color-4: #d56c91;
--color-5: #a65e8f;
}

CSS con gradiente di sfondo Pink Shells

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c5a7, #f2a1b0, #f27d8b, #d56c91, #a65e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c5a7, #f2a1b0, #f27d8b, #d56c91, #a65e8f);
}

Pink Shells color palette created on .