Aqua Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Serenity palette

Condividi questa palette a:

tavolozza dei colori Aqua Serenity CSS

/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #5cd5e6;
}
.color-4 {
color: #a2e6e6;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b0e0;
--color-3: #5cd5e6;
--color-4: #a2e6e6;
--color-5: #f0f8ff;
}

CSS con gradiente di sfondo Aqua Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b0e0, #5cd5e6, #a2e6e6, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b0e0, #5cd5e6, #a2e6e6, #f0f8ff);
}

Aqua Serenity color palette created on .