Vital Essence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vital Essence palette
Vital Essence color palette CSS
/* CSS */
.color-1 {
color: #6cb6e5;
}
.color-2 {
color: #f6cf65;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ff6b7c;
}
.color-5 {
color: #f24582;
}
/* CSS Variables */
:root {
--color-1: #6cb6e5;
--color-2: #f6cf65;
--color-3: #ff8d5c;
--color-4: #ff6b7c;
--color-5: #f24582;
}
Vital Essence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cb6e5, #f6cf65, #ff8d5c, #ff6b7c, #f24582);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cb6e5, #f6cf65, #ff8d5c, #ff6b7c, #f24582);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Vital Essence color palette created on .