Golden Samara Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Samara palette

Share this palette to:

Golden Samara color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e6b800;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #fff4a3;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e6b800;
--color-3: #ffcc00;
--color-4: #ffd942;
--color-5: #fff4a3;
}

Golden Samara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e6b800, #ffcc00, #ffd942, #fff4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e6b800, #ffcc00, #ffd942, #fff4a3);
}

Golden Samara color palette created on .