Pink Sheep Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sheep palette

Condividi questa palette a:

tavolozza dei colori Pink Sheep CSS

/* CSS */
.color-1 {
color: #f4f1e6;
}
.color-2 {
color: #e3c4d1;
}
.color-3 {
color: #d7a8c2;
}
.color-4 {
color: #dfb0e3;
}
.color-5 {
color: #ffb3c1;
}

/* CSS Variables */
:root {
--color-1: #f4f1e6;
--color-2: #e3c4d1;
--color-3: #d7a8c2;
--color-4: #dfb0e3;
--color-5: #ffb3c1;
}

CSS con gradiente di sfondo Pink Sheep

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f1e6, #e3c4d1, #d7a8c2, #dfb0e3, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f1e6, #e3c4d1, #d7a8c2, #dfb0e3, #ffb3c1);
}

Pink Sheep color palette created on .