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