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: #ffb8c6;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff3d71;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9e005c;
}
/* CSS Variables */
:root {
--color-1: #ffb8c6;
--color-2: #ff7092;
--color-3: #ff3d71;
--color-4: #d6006f;
--color-5: #9e005c;
}
CSS con gradiente di sfondo Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8c6, #ff7092, #ff3d71, #d6006f, #9e005c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8c6, #ff7092, #ff3d71, #d6006f, #9e005c);
}
Tavolozze di colori simili
Pink Shades color palette created on .