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