Seashell Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Seashell Serenity palette

Condividi questa palette a:

tavolozza dei colori Seashell Serenity CSS

/* CSS */
.color-1 {
color: #ffded6;
}
.color-2 {
color: #ffeee0;
}
.color-3 {
color: #fff4e0;
}
.color-4 {
color: #dff2de;
}
.color-5 {
color: #bfe6ed;
}

/* CSS Variables */
:root {
--color-1: #ffded6;
--color-2: #ffeee0;
--color-3: #fff4e0;
--color-4: #dff2de;
--color-5: #bfe6ed;
}

CSS con gradiente di sfondo Seashell Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffded6, #ffeee0, #fff4e0, #dff2de, #bfe6ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffded6, #ffeee0, #fff4e0, #dff2de, #bfe6ed);
}

Seashell Serenity color palette created on .