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