Mara's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mara's Embrace palette
Mara's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f7b24b;
}
.color-3 {
color: #e76e27;
}
.color-4 {
color: #d1392e;
}
.color-5 {
color: #9d2a4c;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f7b24b;
--color-3: #e76e27;
--color-4: #d1392e;
--color-5: #9d2a4c;
}
Mara's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f7b24b, #e76e27, #d1392e, #9d2a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f7b24b, #e76e27, #d1392e, #9d2a4c);
}
似たようなカラーパレット
Mara's Embrace color palette created on .