Arctic Reflections カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Arctic Reflections palette

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

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

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

Arctic Reflections カラーパレット CSS

/* CSS */
.color-1 {
color: #4f799c;
}
.color-2 {
color: #3c618b;
}
.color-3 {
color: #1a486b;
}
.color-4 {
color: #143b52;
}
.color-5 {
color: #0c2631;
}

/* CSS Variables */
:root {
--color-1: #4f799c;
--color-2: #3c618b;
--color-3: #1a486b;
--color-4: #143b52;
--color-5: #0c2631;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f799c, #3c618b, #1a486b, #143b52, #0c2631);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f799c, #3c618b, #1a486b, #143b52, #0c2631);
}

Arctic Reflections color palette created on .