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