Aquilean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquilean palette

Share this palette to:

Aquilean color palette PNG image

Download aquilean color palette PNG image (landscape)
Download aquilean color palette PNG image (square)

Aquilean color palette CSS

/* CSS */
.color-1 {
color: #6bd2f5;
}
.color-2 {
color: #4ba5d2;
}
.color-3 {
color: #0081a8;
}
.color-4 {
color: #006275;
}
.color-5 {
color: #099395;
}

/* CSS Variables */
:root {
--color-1: #6bd2f5;
--color-2: #4ba5d2;
--color-3: #0081a8;
--color-4: #006275;
--color-5: #099395;
}

Aquilean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bd2f5, #4ba5d2, #0081a8, #006275, #099395);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bd2f5, #4ba5d2, #0081a8, #006275, #099395);
}

Aquilean color palette created on .