Dawn in the Metropolis Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Dawn in the Metropolis palette
tavolozza dei colori Dawn in the Metropolis CSS
/* CSS */
.color-1 {
color: #a4d1e5;
}
.color-2 {
color: #f4b9a9;
}
.color-3 {
color: #f2d4b5;
}
.color-4 {
color: #f7e0a1;
}
.color-5 {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--color-1: #a4d1e5;
--color-2: #f4b9a9;
--color-3: #f2d4b5;
--color-4: #f7e0a1;
--color-5: #f3ca4f;
}
CSS con gradiente di sfondo Dawn in the Metropolis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d1e5, #f4b9a9, #f2d4b5, #f7e0a1, #f3ca4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d1e5, #f4b9a9, #f2d4b5, #f7e0a1, #f3ca4f);
}
Tavolozze di colori simili
Dawn in the Metropolis color palette created on .