Royal Blue Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Royal Blue Dream palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Royal Blue Dream

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

tavolozza dei colori Royal Blue Dream CSS

/* 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 con gradiente di sfondo 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 .