Blue Maelstrom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Maelstrom palette

Condividi questa palette a:

tavolozza dei colori Blue Maelstrom CSS

/* CSS */
.color-1 {
color: #2b3d6e;
}
.color-2 {
color: #496ea2;
}
.color-3 {
color: #6cb6d5;
}
.color-4 {
color: #8ee6b9;
}
.color-5 {
color: #f7f750;
}

/* CSS Variables */
:root {
--color-1: #2b3d6e;
--color-2: #496ea2;
--color-3: #6cb6d5;
--color-4: #8ee6b9;
--color-5: #f7f750;
}

CSS con gradiente di sfondo Blue Maelstrom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d6e, #496ea2, #6cb6d5, #8ee6b9, #f7f750);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d6e, #496ea2, #6cb6d5, #8ee6b9, #f7f750);
}

Blue Maelstrom color palette created on .