Blue Artemis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Artemis palette
Blue Artemis color palette 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;
}
Blue Artemis background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Artemis color palette created on .