Paleta de colores Amber Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Beach palette

Compartir esta paleta en:

Descargar la paleta de colores Amber Beach (PNG)

Download amber beach color palette PNG image (landscape)
Download amber beach color palette PNG image (square)

CSS de la paleta de colores Amber Beach

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffd7a3;
}
.color-5 {
color: #fff3e0;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #ffd7a3;
--color-5: #fff3e0;
}

CSS del degradado de fondo Amber Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffb84d, #ffcc80, #ffd7a3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffb84d, #ffcc80, #ffd7a3, #fff3e0);
}

Amber Beach color palette created on .