Abyssal Insights カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyssal Insights palette

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

Abyssal Insights カラーパレット CSS

/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #00b2d1;
}
.color-4 {
color: #4cd7e1;
}
.color-5 {
color: #a2e7e0;
}

/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #0096b8;
--color-3: #00b2d1;
--color-4: #4cd7e1;
--color-5: #a2e7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #0096b8, #00b2d1, #4cd7e1, #a2e7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #0096b8, #00b2d1, #4cd7e1, #a2e7e0);
}

Abyssal Insights color palette created on .