Canal Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Canal Breeze palette
Canal Breeze color palette CSS
/* CSS */
.color-1 {
color: #1a5d89;
}
.color-2 {
color: #a1c3d4;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f6d46f;
}
.color-5 {
color: #f26b2c;
}
/* CSS Variables */
:root {
--color-1: #1a5d89;
--color-2: #a1c3d4;
--color-3: #f1a8a2;
--color-4: #f6d46f;
--color-5: #f26b2c;
}
Canal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5d89, #a1c3d4, #f1a8a2, #f6d46f, #f26b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5d89, #a1c3d4, #f1a8a2, #f6d46f, #f26b2c);
}
Similar color palettes
Canal Breeze color palette created on .