Deep Tide Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deep Tide Serenity palette

Condividi questa palette a:

tavolozza dei colori Deep Tide Serenity CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #4f9c78;
}
.color-3 {
color: #2a6f5e;
}
.color-4 {
color: #1b4f50;
}
.color-5 {
color: #0a2e3d;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #4f9c78;
--color-3: #2a6f5e;
--color-4: #1b4f50;
--color-5: #0a2e3d;
}

CSS con gradiente di sfondo Deep Tide Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #4f9c78, #2a6f5e, #1b4f50, #0a2e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #4f9c78, #2a6f5e, #1b4f50, #0a2e3d);
}

Deep Tide Serenity color palette created on .