Paleta de colores Shades of Kashmir Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Kashmir Blue palette
CSS de la paleta de colores Shades of Kashmir Blue
/* CSS */
.color-1 {
color: #395a89;
}
.color-2 {
color: #507a9b;
}
.color-3 {
color: #6ca0b2;
}
.color-4 {
color: #8fd6c5;
}
.color-5 {
color: #b0e3d5;
}
/* CSS Variables */
:root {
--color-1: #395a89;
--color-2: #507a9b;
--color-3: #6ca0b2;
--color-4: #8fd6c5;
--color-5: #b0e3d5;
}
CSS del degradado de fondo Shades of Kashmir Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395a89, #507a9b, #6ca0b2, #8fd6c5, #b0e3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395a89, #507a9b, #6ca0b2, #8fd6c5, #b0e3d5);
}
Paletas de colores similares
Shades of Kashmir Blue color palette created on .