Soft Coastal Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Coastal Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Coastal Breeze

Download soft coastal breeze color palette PNG image (landscape)
Download soft coastal breeze color palette PNG image (square)

tavolozza dei colori Soft Coastal Breeze CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3d3d3;
}
.color-3 {
color: #b5e3e3;
}
.color-4 {
color: #a2e7e7;
}
.color-5 {
color: #f1f1e4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3d3d3;
--color-3: #b5e3e3;
--color-4: #a2e7e7;
--color-5: #f1f1e4;
}

CSS con gradiente di sfondo Soft Coastal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}

Soft Coastal Breeze color palette created on .