Blue Aquarium Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Aquarium palette

Condividi questa palette a:

tavolozza dei colori Blue Aquarium CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #1fb2aa;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #4682b4;
--color-4: #609d9f;
--color-5: #1fb2aa;
}

CSS con gradiente di sfondo Blue Aquarium

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #4682b4, #609d9f, #1fb2aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #4682b4, #609d9f, #1fb2aa);
}

Blue Aquarium color palette created on .