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: #1e8b99;
}
.color-2 {
color: #51c8b8;
}
.color-3 {
color: #78e1e8;
}
.color-4 {
color: #a4efec;
}
.color-5 {
color: #f5f8f1;
}

/* CSS Variables */
:root {
--color-1: #1e8b99;
--color-2: #51c8b8;
--color-3: #78e1e8;
--color-4: #a4efec;
--color-5: #f5f8f1;
}

CSS con gradiente di sfondo Aqua Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8b99, #51c8b8, #78e1e8, #a4efec, #f5f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8b99, #51c8b8, #78e1e8, #a4efec, #f5f8f1);
}

Aqua Serenity color palette created on .