Paleta de colores Dark Grey and Light Blue Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dark Grey and Light Blue Harmony palette
CSS de la paleta de colores Dark Grey and Light Blue Harmony
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #89b8e6;
}
.color-4 {
color: #d4e4f2;
}
.color-5 {
color: #f5f7fa;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #4b91e2;
--color-3: #89b8e6;
--color-4: #d4e4f2;
--color-5: #f5f7fa;
}
CSS del degradado de fondo Dark Grey and Light Blue Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #4b91e2, #89b8e6, #d4e4f2, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #4b91e2, #89b8e6, #d4e4f2, #f5f7fa);
}
Paletas de colores similares
Dark Grey and Light Blue Harmony color palette created on .