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