Serene Waters Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Waters palette

Condividi questa palette a:

tavolozza dei colori Serene Waters CSS

/* CSS */
.color-1 {
color: #a6c9b9;
}
.color-2 {
color: #b1d3c7;
}
.color-3 {
color: #c2e0d1;
}
.color-4 {
color: #e4f1e7;
}
.color-5 {
color: #f7f5ed;
}

/* CSS Variables */
:root {
--color-1: #a6c9b9;
--color-2: #b1d3c7;
--color-3: #c2e0d1;
--color-4: #e4f1e7;
--color-5: #f7f5ed;
}

CSS con gradiente di sfondo Serene Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9b9, #b1d3c7, #c2e0d1, #e4f1e7, #f7f5ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9b9, #b1d3c7, #c2e0d1, #e4f1e7, #f7f5ed);
}

Serene Waters color palette created on .