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: #1e8dae;
}
.color-2 {
color: #4dc3d5;
}
.color-3 {
color: #8ce3e2;
}
.color-4 {
color: #f1c4a2;
}
.color-5 {
color: #f77e78;
}

/* CSS Variables */
:root {
--color-1: #1e8dae;
--color-2: #4dc3d5;
--color-3: #8ce3e2;
--color-4: #f1c4a2;
--color-5: #f77e78;
}

CSS con gradiente di sfondo Aqua Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8dae, #4dc3d5, #8ce3e2, #f1c4a2, #f77e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8dae, #4dc3d5, #8ce3e2, #f1c4a2, #f77e78);
}

Aqua Serenade color palette created on .