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