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: #eab8b3;
}
.color-2 {
color: #e6ada3;
}
.color-3 {
color: #e1a29d;
}
.color-4 {
color: #d69d8f;
}
.color-5 {
color: #c78c7a;
}
/* CSS Variables */
:root {
--color-1: #eab8b3;
--color-2: #e6ada3;
--color-3: #e1a29d;
--color-4: #d69d8f;
--color-5: #c78c7a;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8b3, #e6ada3, #e1a29d, #d69d8f, #c78c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8b3, #e6ada3, #e1a29d, #d69d8f, #c78c7a);
}
Tavolozze di colori simili
Shades of Pink color palette created on .