Serene Shores Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Shores palette

Condividi questa palette a:

tavolozza dei colori Serene Shores CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b8e5c9;
}
.color-3 {
color: #f9e8d7;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #a8c1c2;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b8e5c9;
--color-3: #f9e8d7;
--color-4: #1f3a61;
--color-5: #a8c1c2;
}

CSS con gradiente di sfondo Serene Shores

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b8e5c9, #f9e8d7, #1f3a61, #a8c1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b8e5c9, #f9e8d7, #1f3a61, #a8c1c2);
}

Serene Shores color palette created on .