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: #8bb9f9;
}
.color-2 {
color: #6cc0e4;
}
.color-3 {
color: #4cb8d6;
}
.color-4 {
color: #2ca2af;
}
.color-5 {
color: #1e8e94;
}

/* CSS Variables */
:root {
--color-1: #8bb9f9;
--color-2: #6cc0e4;
--color-3: #4cb8d6;
--color-4: #2ca2af;
--color-5: #1e8e94;
}

CSS con gradiente di sfondo Aqua Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bb9f9, #6cc0e4, #4cb8d6, #2ca2af, #1e8e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bb9f9, #6cc0e4, #4cb8d6, #2ca2af, #1e8e94);
}

Aqua Serenade color palette created on .