Paleta de colores Shades of Sapphire
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Sapphire palette
CSS de la paleta de colores Shades of Sapphire
/* CSS */
.color-1 {
color: #2b4c7d;
}
.color-2 {
color: #4a8abf;
}
.color-3 {
color: #98c4e2;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #2b4c7d;
--color-2: #4a8abf;
--color-3: #98c4e2;
--color-4: #f5b400;
--color-5: #ff6d2e;
}
CSS del degradado de fondo Shades of Sapphire
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4c7d, #4a8abf, #98c4e2, #f5b400, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4c7d, #4a8abf, #98c4e2, #f5b400, #ff6d2e);
}
Paletas de colores similares
Shades of Sapphire color palette created on .