Paleta de colores Golden Apple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Apple palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Apple

/* CSS */
.color-1 {
color: #c08839;
}
.color-2 {
color: #dab94e;
}
.color-3 {
color: #e6c079;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f8e1b4;
}

/* CSS Variables */
:root {
--color-1: #c08839;
--color-2: #dab94e;
--color-3: #e6c079;
--color-4: #f4d69f;
--color-5: #f8e1b4;
}

CSS del degradado de fondo Golden Apple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c08839, #dab94e, #e6c079, #f4d69f, #f8e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c08839, #dab94e, #e6c079, #f4d69f, #f8e1b4);
}

Golden Apple color palette created on .