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