Vibrant Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Serenity palette
Vibrant Serenity color palette CSS
/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f4e186;
}
.color-3 {
color: #aad96d;
}
.color-4 {
color: #6fbe89;
}
.color-5 {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f4e186;
--color-3: #aad96d;
--color-4: #6fbe89;
--color-5: #4a7c8c;
}
Vibrant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f4e186, #aad96d, #6fbe89, #4a7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f4e186, #aad96d, #6fbe89, #4a7c8c);
}
Similar color palettes
Vibrant Serenity color palette created on .