Paleta de colores Royal Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Sky palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Royal Sky

Download royal sky color palette PNG image (landscape)
Download royal sky color palette PNG image (square)

CSS de la paleta de colores Royal Sky

/* CSS */
.color-1 {
color: #4169e1;
}
.color-2 {
color: #5b8fdc;
}
.color-3 {
color: #7db3e3;
}
.color-4 {
color: #b1def7;
}
.color-5 {
color: #f5f8ff;
}

/* CSS Variables */
:root {
--color-1: #4169e1;
--color-2: #5b8fdc;
--color-3: #7db3e3;
--color-4: #b1def7;
--color-5: #f5f8ff;
}

CSS del degradado de fondo Royal Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4169e1, #5b8fdc, #7db3e3, #b1def7, #f5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4169e1, #5b8fdc, #7db3e3, #b1def7, #f5f8ff);
}

Royal Sky color palette created on .