Tactical Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tactical Serenity palette
Tactical Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #4a6d6c;
}
.color-2 {
color: #72b1a1;
}
.color-3 {
color: #a2e2c2;
}
.color-4 {
color: #e5e6b7;
}
.color-5 {
color: #f3b7a0;
}
/* CSS Variables */
:root {
--color-1: #4a6d6c;
--color-2: #72b1a1;
--color-3: #a2e2c2;
--color-4: #e5e6b7;
--color-5: #f3b7a0;
}
Tactical Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d6c, #72b1a1, #a2e2c2, #e5e6b7, #f3b7a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d6c, #72b1a1, #a2e2c2, #e5e6b7, #f3b7a0);
}
似たようなカラーパレット
Tactical Serenity color palette created on .