Aqua Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Sunshine palette

Share this palette to:

Aqua Sunshine color palette CSS

/* CSS */
.color-1 {
color: #00b4e0;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #b7e0f0;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #00b4e0;
--color-2: #a3d7e0;
--color-3: #b7e0f0;
--color-4: #f5a300;
--color-5: #ff6e61;
}

Aqua Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e0, #a3d7e0, #b7e0f0, #f5a300, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e0, #a3d7e0, #b7e0f0, #f5a300, #ff6e61);
}

Aqua Sunshine color palette created on .