Sweet Morning Indulgence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Morning Indulgence palette

Condividi questa palette a:

tavolozza dei colori Sweet Morning Indulgence CSS

/* 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 con gradiente di sfondo 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 .