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