Azure Voyage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Voyage palette
Azure Voyage color palette CSS
/* CSS */
.color-1 {
color: #bfedfd;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #7dc6d8;
}
.color-4 {
color: #4ba2af;
}
.color-5 {
color: #007c8a;
}
/* CSS Variables */
:root {
--color-1: #bfedfd;
--color-2: #a3d7e0;
--color-3: #7dc6d8;
--color-4: #4ba2af;
--color-5: #007c8a;
}
Azure Voyage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfedfd, #a3d7e0, #7dc6d8, #4ba2af, #007c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfedfd, #a3d7e0, #7dc6d8, #4ba2af, #007c8a);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Azure Voyage color palette created on .