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