Blushing Almonds Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blushing Almonds palette
tavolozza dei colori Blushing Almonds CSS
/* CSS */
.color-1 {
color: #f7e4d9;
}
.color-2 {
color: #f2b0a6;
}
.color-3 {
color: #eca4a2;
}
.color-4 {
color: #d98f8c;
}
.color-5 {
color: #c76b6d;
}
/* CSS Variables */
:root {
--color-1: #f7e4d9;
--color-2: #f2b0a6;
--color-3: #eca4a2;
--color-4: #d98f8c;
--color-5: #c76b6d;
}
CSS con gradiente di sfondo Blushing Almonds
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e4d9, #f2b0a6, #eca4a2, #d98f8c, #c76b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e4d9, #f2b0a6, #eca4a2, #d98f8c, #c76b6d);
}
Tavolozze di colori simili
Blushing Almonds color palette created on .