Vibrant Vermilion カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Vermilion palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Vibrant Vermilion カラーパレット (PNG) をダウンロード
Vibrant Vermilion カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6a00;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffee00;
}
/* CSS Variables */
:root {
--color-1: #ff6a00;
--color-2: #ff9900;
--color-3: #ffc300;
--color-4: #ffd900;
--color-5: #ffee00;
}
Vibrant Vermilion の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6a00, #ff9900, #ffc300, #ffd900, #ffee00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6a00, #ff9900, #ffc300, #ffd900, #ffee00);
}
似たようなカラーパレット
Vibrant Vermilion color palette created on .