SF and Fantasy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with SF and Fantasy palette
SF and Fantasy カラー パレット PNG 画像
SF and Fantasy カラーパレット CSS
/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #597f9b;
}
.color-3 {
color: #87a7c5;
}
.color-4 {
color: #b7d0e1;
}
.color-5 {
color: #f0e8b7;
}
/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #597f9b;
--color-3: #87a7c5;
--color-4: #b7d0e1;
--color-5: #f0e8b7;
}
SF and Fantasy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #597f9b, #87a7c5, #b7d0e1, #f0e8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #597f9b, #87a7c5, #b7d0e1, #f0e8b7);
}
似たようなカラーパレット
SF and Fantasy color palette created on .