aesthetic, beach, blue, vibrant, spring
Color Adjustments
Aqua Wave Serenity Color Palette CSS
/* CSS */
.color-1 {
color: #0095C7;
}
.color-2 {
color: #1DC4D3;
}
.color-3 {
color: #2ED6C2;
}
.color-4 {
color: #65E2A1;
}
.color-5 {
color: #8DE8C5;
}
/* CSS Variables */
:root {
--color-1: #0095C7;
--color-2: #1DC4D3;
--color-3: #2ED6C2;
--color-4: #65E2A1;
--color-5: #8DE8C5;
}Aqua Wave Serenity Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095C7, #1DC4D3, #2ED6C2, #65E2A1, #8DE8C5);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095C7, #1DC4D3, #2ED6C2, #65E2A1, #8DE8C5);
}Aqua Wave Serenity color palette created on .
30 views