Serene Waterscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Waterscape palette

Condividi questa palette a:

tavolozza dei colori Serene Waterscape CSS

/* CSS */
.color-1 {
color: #3b8ea5;
}
.color-2 {
color: #6ec1d4;
}
.color-3 {
color: #a4e5e0;
}
.color-4 {
color: #f2f1e8;
}
.color-5 {
color: #f7c6b6;
}

/* CSS Variables */
:root {
--color-1: #3b8ea5;
--color-2: #6ec1d4;
--color-3: #a4e5e0;
--color-4: #f2f1e8;
--color-5: #f7c6b6;
}

CSS con gradiente di sfondo Serene Waterscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8ea5, #6ec1d4, #a4e5e0, #f2f1e8, #f7c6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8ea5, #6ec1d4, #a4e5e0, #f2f1e8, #f7c6b6);
}

Serene Waterscape color palette created on .