Abyssal Insights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Abyssal Insights palette

Share this palette to:

Abyssal Insights color palette 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 background gradient 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 .