Paleta de colores Red Osmanthus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Osmanthus palette

Compartir esta paleta en:

CSS de la paleta de colores Red Osmanthus

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d28b19;
}
.color-3 {
color: #b85000;
}
.color-4 {
color: #f2a6ac;
}
.color-5 {
color: #e15b6b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d28b19;
--color-3: #b85000;
--color-4: #f2a6ac;
--color-5: #e15b6b;
}

CSS del degradado de fondo Red Osmanthus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d28b19, #b85000, #f2a6ac, #e15b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d28b19, #b85000, #f2a6ac, #e15b6b);
}

Red Osmanthus color palette created on .