Jhane Mae Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jhane Mae palette
Jhane Mae color palette CSS
/* CSS */
.color-1 {
color: #b38e6b;
}
.color-2 {
color: #ebc06b;
}
.color-3 {
color: #f2e1a1;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #d68086;
}
/* CSS Variables */
:root {
--color-1: #b38e6b;
--color-2: #ebc06b;
--color-3: #f2e1a1;
--color-4: #f9b79f;
--color-5: #d68086;
}
Jhane Mae background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b38e6b, #ebc06b, #f2e1a1, #f9b79f, #d68086);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b38e6b, #ebc06b, #f2e1a1, #f9b79f, #d68086);
}
Similar color palettes
Scroll down to explore 80+ Beach color palettes
Jhane Mae color palette created on .