Paleta de colores Seraphic Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seraphic Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Seraphic Hues

/* CSS */
.color-1 {
color: #f8e1b4;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f5a3c5;
}
.color-4 {
color: #f6d579;
}
.color-5 {
color: #e2b6d3;
}

/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f7b5a1;
--color-3: #f5a3c5;
--color-4: #f6d579;
--color-5: #e2b6d3;
}

CSS del degradado de fondo Seraphic Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f7b5a1, #f5a3c5, #f6d579, #e2b6d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f7b5a1, #f5a3c5, #f6d579, #e2b6d3);
}

Seraphic Hues color palette created on .