Whispers of the Sea Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Sea palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Sea CSS

/* CSS */
.color-1 {
color: #e2f7f8;
}
.color-2 {
color: #b2e0e0;
}
.color-3 {
color: #87c4c4;
}
.color-4 {
color: #5db6b6;
}
.color-5 {
color: #3a9c9c;
}

/* CSS Variables */
:root {
--color-1: #e2f7f8;
--color-2: #b2e0e0;
--color-3: #87c4c4;
--color-4: #5db6b6;
--color-5: #3a9c9c;
}

CSS con gradiente di sfondo Whispers of the Sea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f7f8, #b2e0e0, #87c4c4, #5db6b6, #3a9c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f7f8, #b2e0e0, #87c4c4, #5db6b6, #3a9c9c);
}

Whispers of the Sea color palette created on .