Temptation's Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Temptation's Blush palette

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

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

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff8fba;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ffccda;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff7092;
--color-3: #ff8fba;
--color-4: #ffb3d1;
--color-5: #ffccda;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff7092, #ff8fba, #ffb3d1, #ffccda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff7092, #ff8fba, #ffb3d1, #ffccda);
}

Temptation's Blush color palette created on .