Brent's Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brent's Blossoms palette
Brent's Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #f7d8a6;
}
.color-4 {
color: #f6eab6;
}
.color-5 {
color: #a2d8c3;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4c3c3;
--color-3: #f7d8a6;
--color-4: #f6eab6;
--color-5: #a2d8c3;
}
Brent's Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4c3c3, #f7d8a6, #f6eab6, #a2d8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4c3c3, #f7d8a6, #f6eab6, #a2d8c3);
}
Similar color palettes
Brent's Blossoms color palette created on .