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