Brave Coral Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brave Coral Blue palette
Download Brave Coral Blue Color Palette (PNG)
Brave Coral Blue color palette CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f2b54a;
}
.color-4 {
color: #4a9cd3;
}
.color-5 {
color: #2b5c73;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f47b1f;
--color-3: #f2b54a;
--color-4: #4a9cd3;
--color-5: #2b5c73;
}
Brave Coral Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f47b1f, #f2b54a, #4a9cd3, #2b5c73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f47b1f, #f2b54a, #4a9cd3, #2b5c73);
}
Similar color palettes
Brave Coral Blue color palette created on .