Aqua Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Serenade palette

Condividi questa palette a:

tavolozza dei colori Aqua Serenade CSS

/* CSS */
.color-1 {
color: #1db4b4;
}
.color-2 {
color: #2ed6d0;
}
.color-3 {
color: #6be1e1;
}
.color-4 {
color: #a5e3e3;
}
.color-5 {
color: #eff5f5;
}

/* CSS Variables */
:root {
--color-1: #1db4b4;
--color-2: #2ed6d0;
--color-3: #6be1e1;
--color-4: #a5e3e3;
--color-5: #eff5f5;
}

CSS con gradiente di sfondo Aqua Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db4b4, #2ed6d0, #6be1e1, #a5e3e3, #eff5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db4b4, #2ed6d0, #6be1e1, #a5e3e3, #eff5f5);
}

Aqua Serenade color palette created on .