Blue Artemis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Artemis palette

Condividi questa palette a:

tavolozza dei colori Blue Artemis CSS

/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #4d8bd5;
}
.color-3 {
color: #3c8bc3;
}
.color-4 {
color: #f5bb3d;
}
.color-5 {
color: #e56a3e;
}

/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #4d8bd5;
--color-3: #3c8bc3;
--color-4: #f5bb3d;
--color-5: #e56a3e;
}

CSS con gradiente di sfondo Blue Artemis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #4d8bd5, #3c8bc3, #f5bb3d, #e56a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #4d8bd5, #3c8bc3, #f5bb3d, #e56a3e);
}

Blue Artemis color palette created on .