Serenity of the Sea Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity of the Sea palette

Condividi questa palette a:

tavolozza dei colori Serenity of the Sea CSS

/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #7ab0c2;
}
.color-3 {
color: #4b8b9b;
}
.color-4 {
color: #2f666a;
}
.color-5 {
color: #1c4345;
}

/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #7ab0c2;
--color-3: #4b8b9b;
--color-4: #2f666a;
--color-5: #1c4345;
}

CSS con gradiente di sfondo Serenity of the Sea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #7ab0c2, #4b8b9b, #2f666a, #1c4345);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #7ab0c2, #4b8b9b, #2f666a, #1c4345);
}

Serenity of the Sea color palette created on .