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