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