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