Pink Unicorn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Unicorn palette

このパレットを共有する先:

Pink Unicorn カラーパレット CSS

/* CSS */
.color-1 {
color: #f8bfd3;
}
.color-2 {
color: #e6a3e1;
}
.color-3 {
color: #b9e6f9;
}
.color-4 {
color: #f1f57a;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #f8bfd3;
--color-2: #e6a3e1;
--color-3: #b9e6f9;
--color-4: #f1f57a;
--color-5: #f9c54e;
}

Pink Unicorn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bfd3, #e6a3e1, #b9e6f9, #f1f57a, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bfd3, #e6a3e1, #b9e6f9, #f1f57a, #f9c54e);
}

Pink Unicorn color palette created on .