Dreamy Coastal Breezes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Coastal Breezes palette

Share this palette to:

Dreamy Coastal Breezes color palette CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e3f4fc;
}
.color-3 {
color: #f0e0e6;
}
.color-4 {
color: #cae9fc;
}
.color-5 {
color: #ebccb7;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e3f4fc;
--color-3: #f0e0e6;
--color-4: #cae9fc;
--color-5: #ebccb7;
}

Dreamy Coastal Breezes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e3f4fc, #f0e0e6, #cae9fc, #ebccb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e3f4fc, #f0e0e6, #cae9fc, #ebccb7);
}

Similar color palettes

Scroll down to explore 1 White color palette

Dreamy Coastal Breezes color palette created on .