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