Paleta de colores Sweet Conundrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Conundrum palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Conundrum

/* CSS */
.color-1 {
color: #ffc09e;
}
.color-2 {
color: #ffb380;
}
.color-3 {
color: #ff9a5c;
}
.color-4 {
color: #ff7e3d;
}
.color-5 {
color: #ff5a1f;
}

/* CSS Variables */
:root {
--color-1: #ffc09e;
--color-2: #ffb380;
--color-3: #ff9a5c;
--color-4: #ff7e3d;
--color-5: #ff5a1f;
}

CSS del degradado de fondo Sweet Conundrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc09e, #ffb380, #ff9a5c, #ff7e3d, #ff5a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc09e, #ffb380, #ff9a5c, #ff7e3d, #ff5a1f);
}

Sweet Conundrum color palette created on .