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