Paleta de colores Siren's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Siren's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Siren's Embrace

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #add8e6;
}
.color-5 {
color: #85cdfa;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb347;
--color-3: #ffeb8a;
--color-4: #add8e6;
--color-5: #85cdfa;
}

CSS del degradado de fondo Siren's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb347, #ffeb8a, #add8e6, #85cdfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb347, #ffeb8a, #add8e6, #85cdfa);
}

Siren's Embrace color palette created on .