Seashell Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Seashell Serenade palette

Condividi questa palette a:

tavolozza dei colori Seashell Serenade CSS

/* CSS */
.color-1 {
color: #f6d7c1;
}
.color-2 {
color: #eab799;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c84a37;
}
.color-5 {
color: #b0a5a0;
}

/* CSS Variables */
:root {
--color-1: #f6d7c1;
--color-2: #eab799;
--color-3: #ff6e61;
--color-4: #c84a37;
--color-5: #b0a5a0;
}

CSS con gradiente di sfondo Seashell Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7c1, #eab799, #ff6e61, #c84a37, #b0a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7c1, #eab799, #ff6e61, #c84a37, #b0a5a0);
}

Seashell Serenade color palette created on .