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