Paleta de colores Yellow Didactica

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Didactica palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Didactica

/* CSS */
.color-1 {
color: #f7e8ab;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #9e5c00;
}

/* CSS Variables */
:root {
--color-1: #f7e8ab;
--color-2: #f1c84b;
--color-3: #f0a800;
--color-4: #d67900;
--color-5: #9e5c00;
}

CSS del degradado de fondo Yellow Didactica

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ab, #f1c84b, #f0a800, #d67900, #9e5c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ab, #f1c84b, #f0a800, #d67900, #9e5c00);
}

Yellow Didactica color palette created on .