Venusian Blooms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Venusian Blooms palette
Venusian Blooms color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #d8e1c1;
}
.color-5 {
color: #4bb9a1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #f9e6b9;
--color-4: #d8e1c1;
--color-5: #4bb9a1;
}
Venusian Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b5a1, #f9e6b9, #d8e1c1, #4bb9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b5a1, #f9e6b9, #d8e1c1, #4bb9a1);
}
Similar color palettes
Venusian Blooms color palette created on .