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