Shades of Blue Moon Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue Moon palette
tavolozza dei colori Shades of Blue Moon CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b5c9b;
}
.color-3 {
color: #7988c3;
}
.color-4 {
color: #afc8e4;
}
.color-5 {
color: #e5f1ff;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b5c9b;
--color-3: #7988c3;
--color-4: #afc8e4;
--color-5: #e5f1ff;
}
CSS con gradiente di sfondo Shades of Blue Moon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b5c9b, #7988c3, #afc8e4, #e5f1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b5c9b, #7988c3, #afc8e4, #e5f1ff);
}
Tavolozze di colori simili
Shades of Blue Moon color palette created on .