Cold Steel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cold Steel palette

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

Cold Steel カラー パレット PNG 画像

Download cold steel color palette PNG image (landscape)
Download cold steel color palette PNG image (square)

Cold Steel カラーパレット CSS

/* CSS */
.color-1 {
color: #698d9b;
}
.color-2 {
color: #a1b8c4;
}
.color-3 {
color: #d0e0e7;
}
.color-4 {
color: #f0f7f9;
}
.color-5 {
color: #d5d9dc;
}

/* CSS Variables */
:root {
--color-1: #698d9b;
--color-2: #a1b8c4;
--color-3: #d0e0e7;
--color-4: #f0f7f9;
--color-5: #d5d9dc;
}

Cold Steel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698d9b, #a1b8c4, #d0e0e7, #f0f7f9, #d5d9dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698d9b, #a1b8c4, #d0e0e7, #f0f7f9, #d5d9dc);
}

Cold Steel color palette created on .