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: #f0a400;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #f3e249;
}
.color-5 {
color: #f5b8cf;
}

/* CSS Variables */
:root {
--color-1: #1cb2e9;
--color-2: #f0a400;
--color-3: #ff6d1f;
--color-4: #f3e249;
--color-5: #f5b8cf;
}

Blue Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1cb2e9, #f0a400, #ff6d1f, #f3e249, #f5b8cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1cb2e9, #f0a400, #ff6d1f, #f3e249, #f5b8cf);
}

Blue Beach color palette created on .