Paleta de colores Yellow Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Beach palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Beach

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #fff047;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ffcc00;
--color-3: #fff047;
--color-4: #6ed4cf;
--color-5: #2a9d90;
}

CSS del degradado de fondo Yellow Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ffcc00, #fff047, #6ed4cf, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ffcc00, #fff047, #6ed4cf, #2a9d90);
}

Yellow Beach color palette created on .