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