Paleta de colores Warm Orange Goth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Orange Goth palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Orange Goth

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #e04000;
}
.color-5 {
color: #b33000;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff6d2e;
--color-3: #ff4d00;
--color-4: #e04000;
--color-5: #b33000;
}

CSS del degradado de fondo Warm Orange Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff6d2e, #ff4d00, #e04000, #b33000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff6d2e, #ff4d00, #e04000, #b33000);
}

Warm Orange Goth color palette created on .