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: #f7b5a1;
}
.color-2 {
color: #f8c1a5;
}
.color-3 {
color: #fdf3af;
}
.color-4 {
color: #f9e88b;
}
.color-5 {
color: #b5e8e3;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f8c1a5;
--color-3: #fdf3af;
--color-4: #f9e88b;
--color-5: #b5e8e3;
}

CSS con gradiente di sfondo Seashell Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f8c1a5, #fdf3af, #f9e88b, #b5e8e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f8c1a5, #fdf3af, #f9e88b, #b5e8e3);
}

Seashell Serenade color palette created on .