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: #8ca5b1;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #d3e9e6;
}
.color-4 {
color: #f0f4f4;
}
.color-5 {
color: #f9e1c3;
}

/* CSS Variables */
:root {
--color-1: #8ca5b1;
--color-2: #a4c6c4;
--color-3: #d3e9e6;
--color-4: #f0f4f4;
--color-5: #f9e1c3;
}

CSS con gradiente di sfondo Serene Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ca5b1, #a4c6c4, #d3e9e6, #f0f4f4, #f9e1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ca5b1, #a4c6c4, #d3e9e6, #f0f4f4, #f9e1c3);
}

Serene Waters color palette created on .