Golden Morning Light Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Morning Light palette

Share this palette to:

Golden Morning Light color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf4db;
}
.color-3 {
color: #f6eec1;
}
.color-4 {
color: #f1d993;
}
.color-5 {
color: #e4ae49;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf4db;
--color-3: #f6eec1;
--color-4: #f1d993;
--color-5: #e4ae49;
}

Golden Morning Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf4db, #f6eec1, #f1d993, #e4ae49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf4db, #f6eec1, #f1d993, #e4ae49);
}

Similar color palettes

Golden Morning Light color palette created on .