Arctic Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Arctic Night palette

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

Arctic Night カラー パレット PNG 画像

Download  arctic night color palette PNG image (landscape)
Download  arctic night color palette PNG image (square)

Arctic Night カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #2c4d63;
}
.color-4 {
color: #1b2027;
}
.color-5 {
color: #ffc2cc;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #4b7c9b;
--color-3: #2c4d63;
--color-4: #1b2027;
--color-5: #ffc2cc;
}

Arctic Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #4b7c9b, #2c4d63, #1b2027, #ffc2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #4b7c9b, #2c4d63, #1b2027, #ffc2cc);
}

Arctic Night color palette created on .