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