Paleta de colores Starry Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starry Night palette

Compartir esta paleta en:

Descargar la paleta de colores Starry Night (PNG)

Download starry night color palette PNG image (landscape)
Download starry night color palette PNG image (square)

CSS de la paleta de colores Starry Night

/* CSS */
.color-1 {
color: #f5df3d;
}
.color-2 {
color: #3b7fbf;
}
.color-3 {
color: #a92d5d;
}
.color-4 {
color: #6d2c90;
}
.color-5 {
color: #f15b5b;
}

/* CSS Variables */
:root {
--color-1: #f5df3d;
--color-2: #3b7fbf;
--color-3: #a92d5d;
--color-4: #6d2c90;
--color-5: #f15b5b;
}

CSS del degradado de fondo Starry Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5df3d, #3b7fbf, #a92d5d, #6d2c90, #f15b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5df3d, #3b7fbf, #a92d5d, #6d2c90, #f15b5b);
}

Starry Night color palette created on .