The Sea Jewel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with The Sea Jewel palette

Condividi questa palette a:

tavolozza dei colori The Sea Jewel CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3c7;
}
.color-3 {
color: #1fd6d6;
}
.color-4 {
color: #3ae1e4;
}
.color-5 {
color: #7ef6f4;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3c7;
--color-3: #1fd6d6;
--color-4: #3ae1e4;
--color-5: #7ef6f4;
}

CSS con gradiente di sfondo The Sea Jewel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3c7, #1fd6d6, #3ae1e4, #7ef6f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3c7, #1fd6d6, #3ae1e4, #7ef6f4);
}

The Sea Jewel color palette created on .