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