Luminescent Seashells Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Luminescent Seashells palette

Condividi questa palette a:

tavolozza dei colori Luminescent Seashells CSS

/* CSS */
.color-1 {
color: #f5d6d9;
}
.color-2 {
color: #e6b3e0;
}
.color-3 {
color: #b3d4df;
}
.color-4 {
color: #a7e2d5;
}
.color-5 {
color: #ffedb3;
}

/* CSS Variables */
:root {
--color-1: #f5d6d9;
--color-2: #e6b3e0;
--color-3: #b3d4df;
--color-4: #a7e2d5;
--color-5: #ffedb3;
}

CSS con gradiente di sfondo Luminescent Seashells

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6d9, #e6b3e0, #b3d4df, #a7e2d5, #ffedb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6d9, #e6b3e0, #b3d4df, #a7e2d5, #ffedb3);
}

Luminescent Seashells color palette created on .