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