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: #e2b18d;
}
.color-2 {
color: #d58c85;
}
.color-3 {
color: #c577a6;
}
.color-4 {
color: #a188c8;
}
.color-5 {
color: #7794b6;
}
/* CSS Variables */
:root {
--color-1: #e2b18d;
--color-2: #d58c85;
--color-3: #c577a6;
--color-4: #a188c8;
--color-5: #7794b6;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b18d, #d58c85, #c577a6, #a188c8, #7794b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b18d, #d58c85, #c577a6, #a188c8, #7794b6);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 50+ tavolozzas di colori Beige
Shades of Pink color palette created on .