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