Serene Coastal Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Coastal Breeze palette

Condividi questa palette a:

tavolozza dei colori Serene Coastal Breeze CSS

/* CSS */
.color-1 {
color: #fafeff;
}
.color-2 {
color: #e3fafd;
}
.color-3 {
color: #d1f6fa;
}
.color-4 {
color: #fccd40;
}
.color-5 {
color: #817c74;
}

/* CSS Variables */
:root {
--color-1: #fafeff;
--color-2: #e3fafd;
--color-3: #d1f6fa;
--color-4: #fccd40;
--color-5: #817c74;
}

CSS con gradiente di sfondo Serene Coastal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafeff, #e3fafd, #d1f6fa, #fccd40, #817c74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafeff, #e3fafd, #d1f6fa, #fccd40, #817c74);
}

Serene Coastal Breeze color palette created on .