Corbin's Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Corbin's Breeze palette
Corbin's Breeze color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #00b4f0;
}
.color-3 {
color: #00d4f5;
}
.color-4 {
color: #49e4d4;
}
.color-5 {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #00b4f0;
--color-3: #00d4f5;
--color-4: #49e4d4;
--color-5: #f7b1a1;
}
Corbin's Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #00b4f0, #00d4f5, #49e4d4, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #00b4f0, #00d4f5, #49e4d4, #f7b1a1);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Corbin's Breeze color palette created on .