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