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