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