Paleta de colores Rosemary Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rosemary Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Rosemary Pink

/* CSS */
.color-1 {
color: #f7d4d7;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #e86993;
}
.color-4 {
color: #d14d7b;
}
.color-5 {
color: #982a4d;
}

/* CSS Variables */
:root {
--color-1: #f7d4d7;
--color-2: #f1a7b8;
--color-3: #e86993;
--color-4: #d14d7b;
--color-5: #982a4d;
}

CSS del degradado de fondo Rosemary Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4d7, #f1a7b8, #e86993, #d14d7b, #982a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4d7, #f1a7b8, #e86993, #d14d7b, #982a4d);
}

Rosemary Pink color palette created on .