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