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