Seamstress of the Abyss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seamstress of the Abyss palette

Share this palette to:

Seamstress of the Abyss color palette CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #f9a64e;
}
.color-4 {
color: #f16f3b;
}
.color-5 {
color: #3d2e60;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #5cc0eb;
--color-3: #f9a64e;
--color-4: #f16f3b;
--color-5: #3d2e60;
}

Seamstress of the Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #5cc0eb, #f9a64e, #f16f3b, #3d2e60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #5cc0eb, #f9a64e, #f16f3b, #3d2e60);
}

Seamstress of the Abyss color palette created on .