Paleta de colores Seamstress of the Abyss

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seamstress of the Abyss palette

Compartir esta paleta en:

CSS de la paleta de colores Seamstress of the Abyss

/* 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;
}

CSS del degradado de fondo Seamstress of the Abyss

/* 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 .