Blue Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Beach palette

Share this palette to:

Blue Beach color palette CSS

/* CSS */
.color-1 {
color: #1cb2e9;
}
.color-2 {
color: #f2d750;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f7b3a6;
}
.color-5 {
color: #6bb86f;
}

/* CSS Variables */
:root {
--color-1: #1cb2e9;
--color-2: #f2d750;
--color-3: #ff6e61;
--color-4: #f7b3a6;
--color-5: #6bb86f;
}

Blue Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1cb2e9, #f2d750, #ff6e61, #f7b3a6, #6bb86f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1cb2e9, #f2d750, #ff6e61, #f7b3a6, #6bb86f);
}

Blue Beach color palette created on .