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