Paleta de colores Tropical Sunset Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Sunset Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Sunset Serenade

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #f9a824;
}
.color-3 {
color: #f06c00;
}
.color-4 {
color: #d54215;
}
.color-5 {
color: #c72929;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #f9a824;
--color-3: #f06c00;
--color-4: #d54215;
--color-5: #c72929;
}

CSS del degradado de fondo Tropical Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #f9a824, #f06c00, #d54215, #c72929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #f9a824, #f06c00, #d54215, #c72929);
}

Tropical Sunset Serenade color palette created on .