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