The Sea Jewel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Sea Jewel palette

Share this palette to:

The Sea Jewel color palette 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;
}

The Sea Jewel background gradient CSS

/* 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 .