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