Abyssal Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyssal Dawn palette

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

Abyssal Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #4a98b5;
}
.color-2 {
color: #80b3c6;
}
.color-3 {
color: #ade1e6;
}
.color-4 {
color: #f1c4b7;
}
.color-5 {
color: #f5817f;
}

/* CSS Variables */
:root {
--color-1: #4a98b5;
--color-2: #80b3c6;
--color-3: #ade1e6;
--color-4: #f1c4b7;
--color-5: #f5817f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a98b5, #80b3c6, #ade1e6, #f1c4b7, #f5817f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a98b5, #80b3c6, #ade1e6, #f1c4b7, #f5817f);
}

Abyssal Dawn color palette created on .