Paleta de colores Shades of Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow

/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #f0a14c;
}
.color-3 {
color: #e76d5f;
}
.color-4 {
color: #d84b8a;
}
.color-5 {
color: #a55eb5;
}

/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #f0a14c;
--color-3: #e76d5f;
--color-4: #d84b8a;
--color-5: #a55eb5;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #f0a14c, #e76d5f, #d84b8a, #a55eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #f0a14c, #e76d5f, #d84b8a, #a55eb5);
}

Shades of Yellow color palette created on .