Temptation's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Temptation's Embrace palette

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

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

/* CSS */
.color-1 {
color: #da4e4e;
}
.color-2 {
color: #f1a2a2;
}
.color-3 {
color: #f1e1a2;
}
.color-4 {
color: #b2f1a2;
}
.color-5 {
color: #4ec3d0;
}

/* CSS Variables */
:root {
--color-1: #da4e4e;
--color-2: #f1a2a2;
--color-3: #f1e1a2;
--color-4: #b2f1a2;
--color-5: #4ec3d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da4e4e, #f1a2a2, #f1e1a2, #b2f1a2, #4ec3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da4e4e, #f1a2a2, #f1e1a2, #b2f1a2, #4ec3d0);
}

Temptation's Embrace color palette created on .