Unicorn Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Unicorn Dreams palette

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

Unicorn Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7c8;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffcc85;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff9e42;
}

/* CSS Variables */
:root {
--color-1: #f1a7c8;
--color-2: #ffb3d9;
--color-3: #ffcc85;
--color-4: #ff6e61;
--color-5: #ff9e42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c8, #ffb3d9, #ffcc85, #ff6e61, #ff9e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c8, #ffb3d9, #ffcc85, #ff6e61, #ff9e42);
}

Unicorn Dreams color palette created on .