Paleta de colores Sweet Morning Indulgence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Morning Indulgence palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Morning Indulgence

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #e2b473;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #f6c3b6;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #e2b473;
--color-3: #f4d35d;
--color-4: #f6c3b6;
--color-5: #8c3b3b;
}

CSS del degradado de fondo Sweet Morning Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #e2b473, #f4d35d, #f6c3b6, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #e2b473, #f4d35d, #f6c3b6, #8c3b3b);
}

Sweet Morning Indulgence color palette created on .