Bright Coastal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Coastal palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bright Coastal

Download bright coastal color palette PNG image (landscape)
Download bright coastal color palette PNG image (square)

tavolozza dei colori Bright Coastal CSS

/* CSS */
.color-1 {
color: #ab6959;
}
.color-2 {
color: #e79273;
}
.color-3 {
color: #f1b883;
}
.color-4 {
color: #efcf8f;
}
.color-5 {
color: #faf3d1;
}

/* CSS Variables */
:root {
--color-1: #ab6959;
--color-2: #e79273;
--color-3: #f1b883;
--color-4: #efcf8f;
--color-5: #faf3d1;
}

CSS con gradiente di sfondo Bright Coastal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab6959, #e79273, #f1b883, #efcf8f, #faf3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab6959, #e79273, #f1b883, #efcf8f, #faf3d1);
}

Bright Coastal color palette created on .