Abyssal Shield カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyssal Shield palette

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

Abyssal Shield カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2b5c7d;
}
.color-3 {
color: #4a8eb0;
}
.color-4 {
color: #7bc7e0;
}
.color-5 {
color: #a3e7f0;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2b5c7d;
--color-3: #4a8eb0;
--color-4: #7bc7e0;
--color-5: #a3e7f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2b5c7d, #4a8eb0, #7bc7e0, #a3e7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2b5c7d, #4a8eb0, #7bc7e0, #a3e7f0);
}

Abyssal Shield color palette created on .