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