Paleta de colores Starship

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starship palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starship

Download starship color palette PNG image (landscape)
Download starship color palette PNG image (square)

CSS de la paleta de colores Starship

/* CSS */
.color-1 {
color: #ecf245;
}
.color-2 {
color: #b2d100;
}
.color-3 {
color: #89a800;
}
.color-4 {
color: #6a8a00;
}
.color-5 {
color: #496b00;
}

/* CSS Variables */
:root {
--color-1: #ecf245;
--color-2: #b2d100;
--color-3: #89a800;
--color-4: #6a8a00;
--color-5: #496b00;
}

CSS del degradado de fondo Starship

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf245, #b2d100, #89a800, #6a8a00, #496b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf245, #b2d100, #89a800, #6a8a00, #496b00);
}

Starship color palette created on .