Caribbean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caribbean Breeze palette
Caribbean Breeze color palette CSS
/* CSS */
.color-1 {
color: #2f4b6a;
}
.color-2 {
color: #3a698d;
}
.color-3 {
color: #4fa0b0;
}
.color-4 {
color: #a1d3c8;
}
.color-5 {
color: #f0dfb2;
}
/* CSS Variables */
:root {
--color-1: #2f4b6a;
--color-2: #3a698d;
--color-3: #4fa0b0;
--color-4: #a1d3c8;
--color-5: #f0dfb2;
}
Caribbean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b6a, #3a698d, #4fa0b0, #a1d3c8, #f0dfb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b6a, #3a698d, #4fa0b0, #a1d3c8, #f0dfb2);
}
Similar color palettes
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
- Teal Night Sky
- Serenity by the River
- Shades of Blue
Caribbean Breeze color palette created on .