Pink Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Shades palette
tavolozza dei colori Pink Shades CSS
/* CSS */
.color-1 {
color: #d29daa;
}
.color-2 {
color: #eab8cd;
}
.color-3 {
color: #f1d5e2;
}
.color-4 {
color: #f6c1d5;
}
.color-5 {
color: #fbb1b5;
}
/* CSS Variables */
:root {
--color-1: #d29daa;
--color-2: #eab8cd;
--color-3: #f1d5e2;
--color-4: #f6c1d5;
--color-5: #fbb1b5;
}
CSS con gradiente di sfondo Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d29daa, #eab8cd, #f1d5e2, #f6c1d5, #fbb1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d29daa, #eab8cd, #f1d5e2, #f6c1d5, #fbb1b5);
}
Tavolozze di colori simili
Pink Shades color palette created on .