Paleta de colores Golden Morning Light

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Morning Light palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Morning Light

/* 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 del degradado de fondo 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);
}

Paletas de colores similares

Golden Morning Light color palette created on .