Blue Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Beach palette
Blue Beach color palette CSS
/* CSS */
.color-1 {
color: #00b4eb;
}
.color-2 {
color: #21dae4;
}
.color-3 {
color: #a3e5ff;
}
.color-4 {
color: #f5c06b;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #00b4eb;
--color-2: #21dae4;
--color-3: #a3e5ff;
--color-4: #f5c06b;
--color-5: #ff6d2e;
}
Blue Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4eb, #21dae4, #a3e5ff, #f5c06b, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4eb, #21dae4, #a3e5ff, #f5c06b, #ff6d2e);
}
Similar color palettes
Blue Beach color palette created on .