Paleta de colores Sea Shell

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sea Shell palette

Compartir esta paleta en:

Descargar la paleta de colores Sea Shell (PNG)

Download sea shell color palette PNG image (landscape)
Download sea shell color palette PNG image (square)

CSS de la paleta de colores Sea Shell

/* CSS */
.color-1 {
color: #fddabf;
}
.color-2 {
color: #fabea8;
}
.color-3 {
color: #fab7a3;
}
.color-4 {
color: #eb84a3;
}
.color-5 {
color: #e085b9;
}

/* CSS Variables */
:root {
--color-1: #fddabf;
--color-2: #fabea8;
--color-3: #fab7a3;
--color-4: #eb84a3;
--color-5: #e085b9;
}

CSS del degradado de fondo Sea Shell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddabf, #fabea8, #fab7a3, #eb84a3, #e085b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddabf, #fabea8, #fab7a3, #eb84a3, #e085b9);
}

Sea Shell color palette created on .