Shades of Blue Korea カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue Korea palette

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

Shades of Blue Korea カラーパレット CSS

/* CSS */
.color-1 {
color: #d2e2f9;
}
.color-2 {
color: #a1c4e8;
}
.color-3 {
color: #6e9ad4;
}
.color-4 {
color: #3e6eac;
}
.color-5 {
color: #2c4b81;
}

/* CSS Variables */
:root {
--color-1: #d2e2f9;
--color-2: #a1c4e8;
--color-3: #6e9ad4;
--color-4: #3e6eac;
--color-5: #2c4b81;
}

Shades of Blue Korea の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e2f9, #a1c4e8, #6e9ad4, #3e6eac, #2c4b81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e2f9, #a1c4e8, #6e9ad4, #3e6eac, #2c4b81);
}

Shades of Blue Korea color palette created on .