Golden Artemis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Artemis palette
Golden Artemis color palette CSS
/* CSS */
.color-1 {
color: #f7e5b0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e6a84c;
}
.color-4 {
color: #d68a2e;
}
.color-5 {
color: #b6693a;
}
/* CSS Variables */
:root {
--color-1: #f7e5b0;
--color-2: #f1c84b;
--color-3: #e6a84c;
--color-4: #d68a2e;
--color-5: #b6693a;
}
Golden Artemis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b0, #f1c84b, #e6a84c, #d68a2e, #b6693a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b0, #f1c84b, #e6a84c, #d68a2e, #b6693a);
}
Similar color palettes
Golden Artemis color palette created on .