Paleta de colores Blushing Shoreline

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Shoreline palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Shoreline

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #e88c9b;
}
.color-4 {
color: #d76a8d;
}
.color-5 {
color: #c55e7b;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #e88c9b;
--color-4: #d76a8d;
--color-5: #c55e7b;
}

CSS del degradado de fondo Blushing Shoreline

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #e88c9b, #d76a8d, #c55e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #e88c9b, #d76a8d, #c55e7b);
}

Blushing Shoreline color palette created on .