Shades of Kashmir Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Kashmir Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Kashmir Blue CSS

/* 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 con gradiente di sfondo 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);
}

Shades of Kashmir Blue color palette created on .