Golden Blue Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Blue Green palette
Golden Blue Green color palette CSS
/* CSS */
.color-1 {
color: #e2a16e;
}
.color-2 {
color: #d9b34a;
}
.color-3 {
color: #f1c9a2;
}
.color-4 {
color: #8dd3a2;
}
.color-5 {
color: #4f9dc4;
}
/* CSS Variables */
:root {
--color-1: #e2a16e;
--color-2: #d9b34a;
--color-3: #f1c9a2;
--color-4: #8dd3a2;
--color-5: #4f9dc4;
}
Golden Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a16e, #d9b34a, #f1c9a2, #8dd3a2, #4f9dc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a16e, #d9b34a, #f1c9a2, #8dd3a2, #4f9dc4);
}
Similar color palettes
Golden Blue Green color palette created on .