Paleta de colores Starlit Tropics

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starlit Tropics palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starlit Tropics

Download starlit tropics color palette PNG image (landscape)
Download starlit tropics color palette PNG image (square)

CSS de la paleta de colores Starlit Tropics

/* CSS */
.color-1 {
color: #1a1a2e;
}
.color-2 {
color: #3a3d5a;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f8f6f6;
}

/* CSS Variables */
:root {
--color-1: #1a1a2e;
--color-2: #3a3d5a;
--color-3: #f0a400;
--color-4: #ff6e61;
--color-5: #f8f6f6;
}

CSS del degradado de fondo Starlit Tropics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a2e, #3a3d5a, #f0a400, #ff6e61, #f8f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a2e, #3a3d5a, #f0a400, #ff6e61, #f8f6f6);
}

Starlit Tropics color palette created on .