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