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