Amber Beach Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Amber Beach palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Amber Beach

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

tavolozza dei colori Amber Beach CSS

/* 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 con gradiente di sfondo 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 .