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