Tempest's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tempest's Embrace palette
Tempest's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #59809b;
}
.color-3 {
color: #87b1c4;
}
.color-4 {
color: #f0c0a3;
}
.color-5 {
color: #d54d4d;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #59809b;
--color-3: #87b1c4;
--color-4: #f0c0a3;
--color-5: #d54d4d;
}
Tempest's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #59809b, #87b1c4, #f0c0a3, #d54d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #59809b, #87b1c4, #f0c0a3, #d54d4d);
}
似たようなカラーパレット
Tempest's Embrace color palette created on .