Pastel Pink and Lime Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink and Lime palette
Pastel Pink and Lime color palette CSS
/* CSS */
.color-1 {
color: #f6b6d8;
}
.color-2 {
color: #e5f7b1;
}
.color-3 {
color: #c7e5b8;
}
.color-4 {
color: #a1d9a5;
}
.color-5 {
color: #b2f0a3;
}
/* CSS Variables */
:root {
--color-1: #f6b6d8;
--color-2: #e5f7b1;
--color-3: #c7e5b8;
--color-4: #a1d9a5;
--color-5: #b2f0a3;
}
Pastel Pink and Lime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6d8, #e5f7b1, #c7e5b8, #a1d9a5, #b2f0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6d8, #e5f7b1, #c7e5b8, #a1d9a5, #b2f0a3);
}
Similar color palettes
Pastel Pink and Lime color palette created on .