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