Golden Coast Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Coast palette
Download Golden Coast Color Palette (PNG)
Golden Coast color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f19d3b;
}
.color-4 {
color: #d86e31;
}
.color-5 {
color: #c25b24;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f9a94e;
--color-3: #f19d3b;
--color-4: #d86e31;
--color-5: #c25b24;
}
Golden Coast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f9a94e, #f19d3b, #d86e31, #c25b24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f9a94e, #f19d3b, #d86e31, #c25b24);
}
Similar color palettes
Golden Coast color palette created on .