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: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d9bf78;
}
.color-4 {
color: #6d0674;
}
.color-5 {
color: #050000;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d9bf78;
--color-4: #6d0674;
--color-5: #050000;
}
CSS con gradiente di sfondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d9bf78, #6d0674, #050000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d9bf78, #6d0674, #050000);
}
Tavolozze di colori simili
Soft Pink color palette created on .