Pink Unicorn カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Unicorn palette
Pink Unicorn カラーパレット CSS
/* CSS */
.color-1 {
color: #f7a1d2;
}
.color-2 {
color: #f4b3c4;
}
.color-3 {
color: #f6e4a2;
}
.color-4 {
color: #a4d8f4;
}
.color-5 {
color: #f1c4f8;
}
/* CSS Variables */
:root {
--color-1: #f7a1d2;
--color-2: #f4b3c4;
--color-3: #f6e4a2;
--color-4: #a4d8f4;
--color-5: #f1c4f8;
}
Pink Unicorn の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1d2, #f4b3c4, #f6e4a2, #a4d8f4, #f1c4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1d2, #f4b3c4, #f6e4a2, #a4d8f4, #f1c4f8);
}
似たようなカラーパレット
Pink Unicorn color palette created on .