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