Paleta de colores Shades of Prussian Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Prussian Blue palette
CSS de la paleta de colores Shades of Prussian Blue
/* CSS */
.color-1 {
color: #003052;
}
.color-2 {
color: #005c75;
}
.color-3 {
color: #008c9e;
}
.color-4 {
color: #00aec2;
}
.color-5 {
color: #00d6e6;
}
/* CSS Variables */
:root {
--color-1: #003052;
--color-2: #005c75;
--color-3: #008c9e;
--color-4: #00aec2;
--color-5: #00d6e6;
}
CSS del degradado de fondo Shades of Prussian Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003052, #005c75, #008c9e, #00aec2, #00d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003052, #005c75, #008c9e, #00aec2, #00d6e6);
}
Paletas de colores similares
Shades of Prussian Blue color palette created on .