Abyssal Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyssal Blue palette

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

Abyssal Blue カラーパレット (PNG) をダウンロード

Download abyssal blue color palette PNG image (landscape)
Download abyssal blue color palette PNG image (square)

Abyssal Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1e25;
}
.color-2 {
color: #2e3b42;
}
.color-3 {
color: #4a6a87;
}
.color-4 {
color: #7ba3b7;
}
.color-5 {
color: #b3d5e0;
}

/* CSS Variables */
:root {
--color-1: #1d1e25;
--color-2: #2e3b42;
--color-3: #4a6a87;
--color-4: #7ba3b7;
--color-5: #b3d5e0;
}

Abyssal Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e25, #2e3b42, #4a6a87, #7ba3b7, #b3d5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e25, #2e3b42, #4a6a87, #7ba3b7, #b3d5e0);
}

Abyssal Blue color palette created on .