Blue Artemis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Artemis palette

Share this palette to:

Blue Artemis color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #4a8c8c;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f98348;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #4a8c8c;
--color-3: #f4b69f;
--color-4: #f9c54e;
--color-5: #f98348;
}

Blue Artemis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #4a8c8c, #f4b69f, #f9c54e, #f98348);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #4a8c8c, #f4b69f, #f9c54e, #f98348);
}

Blue Artemis color palette created on .