Seashell Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Seashell Sunrise palette

Condividi questa palette a:

tavolozza dei colori Seashell Sunrise CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa175;
}
.color-3 {
color: #ffb56b;
}
.color-4 {
color: #ffd470;
}
.color-5 {
color: #fff9a3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa175;
--color-3: #ffb56b;
--color-4: #ffd470;
--color-5: #fff9a3;
}

CSS con gradiente di sfondo Seashell Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa175, #ffb56b, #ffd470, #fff9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa175, #ffb56b, #ffd470, #fff9a3);
}

Seashell Sunrise color palette created on .