Paleta de colores Witching Hour Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Witching Hour Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Witching Hour Reverie

/* CSS */
.color-1 {
color: #1f1d3a;
}
.color-2 {
color: #4d3d6b;
}
.color-3 {
color: #7e599b;
}
.color-4 {
color: #b98d79;
}
.color-5 {
color: #f4c82a;
}

/* CSS Variables */
:root {
--color-1: #1f1d3a;
--color-2: #4d3d6b;
--color-3: #7e599b;
--color-4: #b98d79;
--color-5: #f4c82a;
}

CSS del degradado de fondo Witching Hour Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d3a, #4d3d6b, #7e599b, #b98d79, #f4c82a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d3a, #4d3d6b, #7e599b, #b98d79, #f4c82a);
}

Witching Hour Reverie color palette created on .