Shades of Pink Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Pink palette
Immagine PNG della tavolozza dei colori Shades of Pink
tavolozza dei colori Shades of Pink CSS
/* CSS */
.color-1 {
color: #0e0213;
}
.color-2 {
color: #41061a;
}
.color-3 {
color: #590817;
}
.color-4 {
color: #790c1c;
}
.color-5 {
color: #a0183c;
}
/* CSS Variables */
:root {
--color-1: #0e0213;
--color-2: #41061a;
--color-3: #590817;
--color-4: #790c1c;
--color-5: #a0183c;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0213, #41061a, #590817, #790c1c, #a0183c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0213, #41061a, #590817, #790c1c, #a0183c);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 50+ tavolozzas di colori Nero
Shades of Pink color palette created on .