Paleta de colores Pink Shades of Sebastian

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Shades of Sebastian palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Shades of Sebastian

/* CSS */
.color-1 {
color: #f7c8a6;
}
.color-2 {
color: #f1a7a2;
}
.color-3 {
color: #e57b95;
}
.color-4 {
color: #d25b9e;
}
.color-5 {
color: #b84c9b;
}

/* CSS Variables */
:root {
--color-1: #f7c8a6;
--color-2: #f1a7a2;
--color-3: #e57b95;
--color-4: #d25b9e;
--color-5: #b84c9b;
}

CSS del degradado de fondo Pink Shades of Sebastian

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a6, #f1a7a2, #e57b95, #d25b9e, #b84c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a6, #f1a7a2, #e57b95, #d25b9e, #b84c9b);
}

Pink Shades of Sebastian color palette created on .