Blue Green and Yellow Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Green and Yellow Burst palette
Blue Green and Yellow Burst color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #a3d7d1;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff7b29;
}
.color-5 {
color: #d14e29;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #a3d7d1;
--color-3: #f5c400;
--color-4: #ff7b29;
--color-5: #d14e29;
}
Blue Green and Yellow Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #a3d7d1, #f5c400, #ff7b29, #d14e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #a3d7d1, #f5c400, #ff7b29, #d14e29);
}
Similar color palettes
Blue Green and Yellow Burst color palette created on .