No Rules カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with No Rules palette
No Rules カラー パレット PNG 画像
No Rules カラーパレット CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff4400;
}
.color-4 {
color: #db143c;
}
.color-5 {
color: #8a0000;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff8c00;
--color-3: #ff4400;
--color-4: #db143c;
--color-5: #8a0000;
}
No Rules の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff8c00, #ff4400, #db143c, #8a0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff8c00, #ff4400, #db143c, #8a0000);
}
似たようなカラーパレット
No Rules color palette created on .