Alicorn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Alicorn palette
Alicorn color palette CSS
/* CSS */
.color-1 {
color: #f7abd1;
}
.color-2 {
color: #f9e0a9;
}
.color-3 {
color: #f8e496;
}
.color-4 {
color: #b9f9c0;
}
.color-5 {
color: #a9daf9;
}
/* CSS Variables */
:root {
--color-1: #f7abd1;
--color-2: #f9e0a9;
--color-3: #f8e496;
--color-4: #b9f9c0;
--color-5: #a9daf9;
}
Alicorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7abd1, #f9e0a9, #f8e496, #b9f9c0, #a9daf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7abd1, #f9e0a9, #f8e496, #b9f9c0, #a9daf9);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Alicorn color palette created on .