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