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