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