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