Paleta de colores Orange and Purple Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange and Purple Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Orange and Purple Delight

/* CSS */
.color-1 {
color: #d29f28;
}
.color-2 {
color: #6b4fba;
}
.color-3 {
color: #f27d8d;
}
.color-4 {
color: #e3b93b;
}
.color-5 {
color: #c04939;
}

/* CSS Variables */
:root {
--color-1: #d29f28;
--color-2: #6b4fba;
--color-3: #f27d8d;
--color-4: #e3b93b;
--color-5: #c04939;
}

CSS del degradado de fondo Orange and Purple Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d29f28, #6b4fba, #f27d8d, #e3b93b, #c04939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d29f28, #6b4fba, #f27d8d, #e3b93b, #c04939);
}

Orange and Purple Delight color palette created on .