Paleta de colores Royal Blue Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Blue Dream palette

Compartir esta paleta en:

Descargar la paleta de colores Royal Blue Dream (PNG)

Download royal blue dream color palette PNG image (landscape)
Download royal blue dream color palette PNG image (square)

CSS de la paleta de colores Royal Blue Dream

/* CSS */
.color-1 {
color: #4169e1;
}
.color-2 {
color: #5c8ee6;
}
.color-3 {
color: #7cb3e4;
}
.color-4 {
color: #a3d8f0;
}
.color-5 {
color: #e2f2fd;
}

/* CSS Variables */
:root {
--color-1: #4169e1;
--color-2: #5c8ee6;
--color-3: #7cb3e4;
--color-4: #a3d8f0;
--color-5: #e2f2fd;
}

CSS del degradado de fondo Royal Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4169e1, #5c8ee6, #7cb3e4, #a3d8f0, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4169e1, #5c8ee6, #7cb3e4, #a3d8f0, #e2f2fd);
}

Royal Blue Dream color palette created on .