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: #fbb1a2;
}
.color-2 {
color: #f6a7ba;
}
.color-3 {
color: #f27da8;
}
.color-4 {
color: #e2506f;
}
.color-5 {
color: #d93a45;
}
/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f6a7ba;
--color-3: #f27da8;
--color-4: #e2506f;
--color-5: #d93a45;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f6a7ba, #f27da8, #e2506f, #d93a45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f6a7ba, #f27da8, #e2506f, #d93a45);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1000+ tavolozzas di colori Estetico
Shades of Pink color palette created on .