Alicorn Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Alicorn Dreams palette

Share this palette to:

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);
}

Alicorn Dreams color palette created on .