Shades of Pink Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Pink palette
tavolozza dei colori Shades of Pink CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #d82c40;
}
.color-5 {
color: #a61c3c;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff4d7f;
--color-4: #d82c40;
--color-5: #a61c3c;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff4d7f, #d82c40, #a61c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff4d7f, #d82c40, #a61c3c);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Estetico
Shades of Pink color palette created on .