Abyss Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyss Blue palette

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

Abyss Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #154966;
}
.color-2 {
color: #18638c;
}
.color-3 {
color: #80eac0;
}
.color-4 {
color: #c8f594;
}
.color-5 {
color: #d3e368;
}

/* CSS Variables */
:root {
--color-1: #154966;
--color-2: #18638c;
--color-3: #80eac0;
--color-4: #c8f594;
--color-5: #d3e368;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #154966, #18638c, #80eac0, #c8f594, #d3e368);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #154966, #18638c, #80eac0, #c8f594, #d3e368);
}

似たようなカラーパレット

Abyss Blue color palette created on .