Shades of Rosy Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Rosy Green palette
Shades of Rosy Green color palette CSS
/* CSS */
.color-1 {
color: #4d9d8d;
}
.color-2 {
color: #a1d9b0;
}
.color-3 {
color: #f1c6c6;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #b65d9c;
}
/* CSS Variables */
:root {
--color-1: #4d9d8d;
--color-2: #a1d9b0;
--color-3: #f1c6c6;
--color-4: #f9aeae;
--color-5: #b65d9c;
}
Shades of Rosy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d8d, #a1d9b0, #f1c6c6, #f9aeae, #b65d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d8d, #a1d9b0, #f1c6c6, #f9aeae, #b65d9c);
}
Similar color palettes
Shades of Rosy Green color palette created on .