Beachcore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beachcore palette
Color Inspiration
Images that showcase this color palette in real designs
Download Beachcore Color Palette (PNG)
Beachcore color palette CSS
/* CSS */
.color-1 {
color: #f5e2a3;
}
.color-2 {
color: #f9cfae;
}
.color-3 {
color: #f7aaa1;
}
.color-4 {
color: #f29f88;
}
.color-5 {
color: #d67a8b;
}
/* CSS Variables */
:root {
--color-1: #f5e2a3;
--color-2: #f9cfae;
--color-3: #f7aaa1;
--color-4: #f29f88;
--color-5: #d67a8b;
}
Beachcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2a3, #f9cfae, #f7aaa1, #f29f88, #d67a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2a3, #f9cfae, #f7aaa1, #f29f88, #d67a8b);
}
Similar color palettes
Beachcore color palette created on .