Rosemary Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosemary Pink palette

Share this palette to:

Rosemary Pink color palette CSS

/* 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;
}

Rosemary Pink background gradient CSS

/* 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 .