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