Shades of Aquamarine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Aquamarine palette

Condividi questa palette a:

tavolozza dei colori Shades of Aquamarine CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #007a5e;
}
.color-4 {
color: #005c46;
}
.color-5 {
color: #003d36;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #009975;
--color-3: #007a5e;
--color-4: #005c46;
--color-5: #003d36;
}

CSS con gradiente di sfondo Shades of Aquamarine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #009975, #007a5e, #005c46, #003d36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #009975, #007a5e, #005c46, #003d36);
}

Shades of Aquamarine color palette created on .