Vibrant Orange Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Orange Red palette
Vibrant Orange Red カラーパレット CSS
/* CSS */
.color-1 {
color: #ffd694;
}
.color-2 {
color: #ffa3a5;
}
.color-3 {
color: #fc789e;
}
.color-4 {
color: #f83580;
}
.color-5 {
color: #9e42fa;
}
/* CSS Variables */
:root {
--color-1: #ffd694;
--color-2: #ffa3a5;
--color-3: #fc789e;
--color-4: #f83580;
--color-5: #9e42fa;
}
Vibrant Orange Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd694, #ffa3a5, #fc789e, #f83580, #9e42fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd694, #ffa3a5, #fc789e, #f83580, #9e42fa);
}
似たようなカラーパレット
下にスクロールして100+個のピーチカラーパレットを探索しましょう
Vibrant Orange Red color palette created on .