Shades of Shark Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Shark palette

Condividi questa palette a:

tavolozza dei colori Shades of Shark CSS

/* CSS */
.color-1 {
color: #25272c;
}
.color-2 {
color: #3d4043;
}
.color-3 {
color: #5b5d62;
}
.color-4 {
color: #8b8e92;
}
.color-5 {
color: #b7b9bd;
}

/* CSS Variables */
:root {
--color-1: #25272c;
--color-2: #3d4043;
--color-3: #5b5d62;
--color-4: #8b8e92;
--color-5: #b7b9bd;
}

CSS con gradiente di sfondo Shades of Shark

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25272c, #3d4043, #5b5d62, #8b8e92, #b7b9bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25272c, #3d4043, #5b5d62, #8b8e92, #b7b9bd);
}

Shades of Shark color palette created on .