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