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