Shades of Kashmir Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Kashmir Blue palette

このパレットを共有する先:

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;
}

Shades of Kashmir Blue の背景のグラデーション 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 .