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