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