Paleta de colores Shades of Navy Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Navy Red palette
CSS de la paleta de colores Shades of Navy Red
/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #003d5c;
}
.color-3 {
color: #e63746;
}
.color-4 {
color: #f2faef;
}
.color-5 {
color: #a7dadc;
}
/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #003d5c;
--color-3: #e63746;
--color-4: #f2faef;
--color-5: #a7dadc;
}
CSS del degradado de fondo Shades of Navy Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #003d5c, #e63746, #f2faef, #a7dadc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #003d5c, #e63746, #f2faef, #a7dadc);
}
Paletas de colores similares
Shades of Navy Red color palette created on .