Paleta de colores Pomegranate Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pomegranate Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Pomegranate Sunset

/* CSS */
.color-1 {
color: #8a001c;
}
.color-2 {
color: #b80028;
}
.color-3 {
color: #ff1457;
}
.color-4 {
color: #d68100;
}
.color-5 {
color: #ffd014;
}

/* CSS Variables */
:root {
--color-1: #8a001c;
--color-2: #b80028;
--color-3: #ff1457;
--color-4: #d68100;
--color-5: #ffd014;
}

CSS del degradado de fondo Pomegranate Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a001c, #b80028, #ff1457, #d68100, #ffd014);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a001c, #b80028, #ff1457, #d68100, #ffd014);
}

Paletas de colores similares

Pomegranate Sunset color palette created on .