Artemisa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Artemisa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Artemisa Color Palette (PNG)
Artemisa color palette CSS
/* CSS */
.color-1 {
color: #a9c7ba;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f6a179;
}
.color-4 {
color: #e66b5b;
}
.color-5 {
color: #c94a6e;
}
/* CSS Variables */
:root {
--color-1: #a9c7ba;
--color-2: #f2e4d4;
--color-3: #f6a179;
--color-4: #e66b5b;
--color-5: #c94a6e;
}
Artemisa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7ba, #f2e4d4, #f6a179, #e66b5b, #c94a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7ba, #f2e4d4, #f6a179, #e66b5b, #c94a6e);
}
Similar color palettes
Artemisa color palette created on .