Paleta de colores Amber Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Amber Sunshine

/* CSS */
.color-1 {
color: #f6e6a7;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f69e23;
}
.color-4 {
color: #e97b20;
}
.color-5 {
color: #cf5b20;
}

/* CSS Variables */
:root {
--color-1: #f6e6a7;
--color-2: #f6b83c;
--color-3: #f69e23;
--color-4: #e97b20;
--color-5: #cf5b20;
}

CSS del degradado de fondo Amber Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6a7, #f6b83c, #f69e23, #e97b20, #cf5b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6a7, #f6b83c, #f69e23, #e97b20, #cf5b20);
}

Paletas de colores similares

Amber Sunshine color palette created on .