Loading...

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:

Scarica la tavolozza dei colori Shades of Blue Moon (PNG)

Download shades of blue moon color palette PNG image (landscape)
Download shades of blue moon color palette PNG image (square)

tavolozza dei colori Shades of Blue Moon CSS

/* CSS */
.color-1 {
color: #6e9ad8;
}
.color-2 {
color: #4b7dbe;
}
.color-3 {
color: #2f5f93;
}
.color-4 {
color: #b0d7e8;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #6e9ad8;
--color-2: #4b7dbe;
--color-3: #2f5f93;
--color-4: #b0d7e8;
--color-5: #f1f5f8;
}

CSS con gradiente di sfondo Shades of Blue Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9ad8, #4b7dbe, #2f5f93, #b0d7e8, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9ad8, #4b7dbe, #2f5f93, #b0d7e8, #f1f5f8);
}

Shades of Blue Moon color palette created on .