Retro Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Beach palette
Retro Beach color palette PNG image
Retro Beach color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #f5b59e;
}
.color-4 {
color: #d9a94a;
}
.color-5 {
color: #3e2723;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #5cc0eb;
--color-3: #f5b59e;
--color-4: #d9a94a;
--color-5: #3e2723;
}
Retro Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #5cc0eb, #f5b59e, #d9a94a, #3e2723);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #5cc0eb, #f5b59e, #d9a94a, #3e2723);
}
Similar color palettes
Retro Beach color palette created on .