Desire's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desire's Embrace palette

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

Desire's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a6b;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #ffcb6b;
}
.color-5 {
color: #ffda6b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a6b;
--color-3: #ffb86b;
--color-4: #ffcb6b;
--color-5: #ffda6b;
}

Desire's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a6b, #ffb86b, #ffcb6b, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a6b, #ffb86b, #ffcb6b, #ffda6b);
}

Desire's Embrace color palette created on .