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