Paleta de colores Sweet Arrow Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Arrow Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Arrow Delight

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #d7b888;
}
.color-3 {
color: #e5c39f;
}
.color-4 {
color: #f2dfc0;
}
.color-5 {
color: #f9d2b4;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #d7b888;
--color-3: #e5c39f;
--color-4: #f2dfc0;
--color-5: #f9d2b4;
}

CSS del degradado de fondo Sweet Arrow Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #d7b888, #e5c39f, #f2dfc0, #f9d2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #d7b888, #e5c39f, #f2dfc0, #f9d2b4);
}

Sweet Arrow Delight color palette created on .