Paleta de colores Elegant Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Elegant Dawn palette
CSS de la paleta de colores Elegant Dawn
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #fff4e0;
}
.color-3 {
color: #1a4d70;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f2d2b5;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #fff4e0;
--color-3: #1a4d70;
--color-4: #ffffff;
--color-5: #f2d2b5;
}
CSS del degradado de fondo Elegant Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #fff4e0, #1a4d70, #ffffff, #f2d2b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #fff4e0, #1a4d70, #ffffff, #f2d2b5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Negro
Elegant Dawn color palette created on .