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