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