Shades of Blue Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue Moon palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue Moon CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3a5e8d;
}
.color-3 {
color: #698bba;
}
.color-4 {
color: #a7b5d3;
}
.color-5 {
color: #e2e0f0;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a5e8d;
--color-3: #698bba;
--color-4: #a7b5d3;
--color-5: #e2e0f0;
}

CSS con gradiente di sfondo Shades of Blue Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a5e8d, #698bba, #a7b5d3, #e2e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a5e8d, #698bba, #a7b5d3, #e2e0f0);
}

Shades of Blue Moon color palette created on .