Paleta de colores Whispers of the Abyss

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Abyss palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Abyss

/* CSS */
.color-1 {
color: #4f9c7d;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e06e5c;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #bfd0e8;
}

/* CSS Variables */
:root {
--color-1: #4f9c7d;
--color-2: #f6b83c;
--color-3: #e06e5c;
--color-4: #f1e1a7;
--color-5: #bfd0e8;
}

CSS del degradado de fondo Whispers of the Abyss

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c7d, #f6b83c, #e06e5c, #f1e1a7, #bfd0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c7d, #f6b83c, #e06e5c, #f1e1a7, #bfd0e8);
}

Whispers of the Abyss color palette created on .