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: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1e8cc2;
}
.color-4 {
color: #3cb472;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #1e8cc2;
--color-4: #3cb472;
--color-5: #ff8052;
}

Blue Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #1e8cc2, #3cb472, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #1e8cc2, #3cb472, #ff8052);
}

Blue Beach color palette created on .