Rosa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rosa Color Palette (PNG)
Rosa color palette CSS
/* CSS */
.color-1 {
color: #883f4c;
}
.color-2 {
color: #924962;
}
.color-3 {
color: #945167;
}
.color-4 {
color: #9b5978;
}
.color-5 {
color: #8f4d53;
}
/* CSS Variables */
:root {
--color-1: #883f4c;
--color-2: #924962;
--color-3: #945167;
--color-4: #9b5978;
--color-5: #8f4d53;
}
Rosa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #883f4c, #924962, #945167, #9b5978, #8f4d53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #883f4c, #924962, #945167, #9b5978, #8f4d53);
}
Similar color palettes
Rosa color palette created on .