Serenade of Blues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenade of Blues palette

Condividi questa palette a:

tavolozza dei colori Serenade of Blues CSS

/* CSS */
.color-1 {
color: #28308a;
}
.color-2 {
color: #4c5bae;
}
.color-3 {
color: #697dce;
}
.color-4 {
color: #94a7e1;
}
.color-5 {
color: #c3d7ef;
}

/* CSS Variables */
:root {
--color-1: #28308a;
--color-2: #4c5bae;
--color-3: #697dce;
--color-4: #94a7e1;
--color-5: #c3d7ef;
}

CSS con gradiente di sfondo Serenade of Blues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28308a, #4c5bae, #697dce, #94a7e1, #c3d7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28308a, #4c5bae, #697dce, #94a7e1, #c3d7ef);
}

Serenade of Blues color palette created on .