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: #4d8eff;
}
.color-2 {
color: #67c4e0;
}
.color-3 {
color: #a6e3a1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4d8eff;
--color-2: #67c4e0;
--color-3: #a6e3a1;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

Blue Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8eff, #67c4e0, #a6e3a1, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8eff, #67c4e0, #a6e3a1, #ffb84d, #ff6e61);
}

Blue Beach color palette created on .