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