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