Vintage Blush Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vintage Blush palette
tavolozza dei colori Vintage Blush CSS
/* CSS */
.color-1 {
color: #d29d9d;
}
.color-2 {
color: #c8a7b9;
}
.color-3 {
color: #b6c8c3;
}
.color-4 {
color: #f0d6d1;
}
.color-5 {
color: #e2b6d3;
}
/* CSS Variables */
:root {
--color-1: #d29d9d;
--color-2: #c8a7b9;
--color-3: #b6c8c3;
--color-4: #f0d6d1;
--color-5: #e2b6d3;
}
CSS con gradiente di sfondo Vintage Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d29d9d, #c8a7b9, #b6c8c3, #f0d6d1, #e2b6d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d29d9d, #c8a7b9, #b6c8c3, #f0d6d1, #e2b6d3);
}
Tavolozze di colori simili
Vintage Blush color palette created on .