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