Paleta de colores Sunset Tropics

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Tropics palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Tropics

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #ff9c1a;
}
.color-5 {
color: #ffcc80;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff7142;
--color-3: #ff3d3d;
--color-4: #ff9c1a;
--color-5: #ffcc80;
}

CSS del degradado de fondo Sunset Tropics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff7142, #ff3d3d, #ff9c1a, #ffcc80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff7142, #ff3d3d, #ff9c1a, #ffcc80);
}

Sunset Tropics color palette created on .