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