Bijou Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bijou Serenity palette
Bijou Serenity color palette CSS
/* CSS */
.color-1 {
color: #4d7d93;
}
.color-2 {
color: #78bab6;
}
.color-3 {
color: #a5e4d7;
}
.color-4 {
color: #e5b8c3;
}
.color-5 {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--color-1: #4d7d93;
--color-2: #78bab6;
--color-3: #a5e4d7;
--color-4: #e5b8c3;
--color-5: #f8c8a0;
}
Bijou Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7d93, #78bab6, #a5e4d7, #e5b8c3, #f8c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7d93, #78bab6, #a5e4d7, #e5b8c3, #f8c8a0);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Bijou Serenity color palette created on .