Teal Wisp カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Wisp palette
Teal Wisp カラーパレット CSS
/* CSS */
.color-1 {
color: #b7e4f0;
}
.color-2 {
color: #a3d5e0;
}
.color-3 {
color: #7cb5c0;
}
.color-4 {
color: #4b8b95;
}
.color-5 {
color: #2d707c;
}
/* CSS Variables */
:root {
--color-1: #b7e4f0;
--color-2: #a3d5e0;
--color-3: #7cb5c0;
--color-4: #4b8b95;
--color-5: #2d707c;
}
Teal Wisp の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e4f0, #a3d5e0, #7cb5c0, #4b8b95, #2d707c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e4f0, #a3d5e0, #7cb5c0, #4b8b95, #2d707c);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Teal Wisp color palette created on .