Shades of Kashmir Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Kashmir Blue palette

Share this palette to:

Shades of Kashmir Blue color palette 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;
}

Shades of Kashmir Blue background gradient CSS

/* 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 .