Pink Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Shades palette
tavolozza dei colori Pink Shades CSS
/* CSS */
.color-1 {
color: #ff809b;
}
.color-2 {
color: #ff9e9e;
}
.color-3 {
color: #ffb3ba;
}
.color-4 {
color: #ffcdcc;
}
.color-5 {
color: #ffddd1;
}
/* CSS Variables */
:root {
--color-1: #ff809b;
--color-2: #ff9e9e;
--color-3: #ffb3ba;
--color-4: #ffcdcc;
--color-5: #ffddd1;
}
CSS con gradiente di sfondo Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809b, #ff9e9e, #ffb3ba, #ffcdcc, #ffddd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809b, #ff9e9e, #ffb3ba, #ffcdcc, #ffddd1);
}
Tavolozze di colori simili
Pink Shades color palette created on .