Paleta de colores Pink Cosmos

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cosmos palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cosmos

/* CSS */
.color-1 {
color: #ffd6d8;
}
.color-2 {
color: #f2b1c7;
}
.color-3 {
color: #e09eb1;
}
.color-4 {
color: #d68f99;
}
.color-5 {
color: #c57c86;
}

/* CSS Variables */
:root {
--color-1: #ffd6d8;
--color-2: #f2b1c7;
--color-3: #e09eb1;
--color-4: #d68f99;
--color-5: #c57c86;
}

CSS del degradado de fondo Pink Cosmos

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6d8, #f2b1c7, #e09eb1, #d68f99, #c57c86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6d8, #f2b1c7, #e09eb1, #d68f99, #c57c86);
}

Pink Cosmos color palette created on .