Paleta de colores Navy Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Navy Breeze palette
CSS de la paleta de colores Navy Breeze
/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #005994;
}
.color-3 {
color: #0096db;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #00e2e6;
}
/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #005994;
--color-3: #0096db;
--color-4: #00bdd6;
--color-5: #00e2e6;
}
CSS del degradado de fondo Navy Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #005994, #0096db, #00bdd6, #00e2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #005994, #0096db, #00bdd6, #00e2e6);
}
Paletas de colores similares
Navy Breeze color palette created on .