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