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: #e8abb1;
}
.color-2 {
color: #f9d4c8;
}
.color-3 {
color: #f4b3d5;
}
.color-4 {
color: #f5e2b2;
}
.color-5 {
color: #f9c99f;
}

/* CSS Variables */
:root {
--color-1: #e8abb1;
--color-2: #f9d4c8;
--color-3: #f4b3d5;
--color-4: #f5e2b2;
--color-5: #f9c99f;
}

CSS con gradiente di sfondo Seashell Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8abb1, #f9d4c8, #f4b3d5, #f5e2b2, #f9c99f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8abb1, #f9d4c8, #f4b3d5, #f5e2b2, #f9c99f);
}

Seashell Serenade color palette created on .