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