Golden Morning Light Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Morning Light palette

Condividi questa palette a:

tavolozza dei colori Golden Morning Light 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;
}

CSS con gradiente di sfondo Golden Morning Light

/* 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);
}

Tavolozze di colori simili

Golden Morning Light color palette created on .