Golden Calid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Calid palette

Share this palette to:

Golden Calid color palette CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffeb66;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #ffcc00;
--color-3: #ffdd33;
--color-4: #ffeb66;
--color-5: #ffd900;
}

Golden Calid background gradient CSS

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

Golden Calid color palette created on .