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