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