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