Breezy Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breezy Tides palette

Share this palette to:

Breezy Tides color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #6cb4c6;
}
.color-3 {
color: #4e9fa6;
}
.color-4 {
color: #2c7c8c;
}
.color-5 {
color: #1b5b69;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #6cb4c6;
--color-3: #4e9fa6;
--color-4: #2c7c8c;
--color-5: #1b5b69;
}

Breezy Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #6cb4c6, #4e9fa6, #2c7c8c, #1b5b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #6cb4c6, #4e9fa6, #2c7c8c, #1b5b69);
}

Breezy Tides color palette created on .