Abyssal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyssal Serenity palette

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

Abyssal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #00799e;
}
.color-4 {
color: #005e80;
}
.color-5 {
color: #003f5c;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0096b8;
--color-3: #00799e;
--color-4: #005e80;
--color-5: #003f5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0096b8, #00799e, #005e80, #003f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0096b8, #00799e, #005e80, #003f5c);
}

Abyssal Serenity color palette created on .