Shades of Purple and Teal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple and Teal palette
Shades of Purple and Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #6c2c8c;
}
.color-2 {
color: #1d4290;
}
.color-3 {
color: #006880;
}
.color-4 {
color: #00ad91;
}
.color-5 {
color: #00b39b;
}
/* CSS Variables */
:root {
--color-1: #6c2c8c;
--color-2: #1d4290;
--color-3: #006880;
--color-4: #00ad91;
--color-5: #00b39b;
}
Shades of Purple and Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c2c8c, #1d4290, #006880, #00ad91, #00b39b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c2c8c, #1d4290, #006880, #00ad91, #00b39b);
}
似たようなカラーパレット
Shades of Purple and Teal color palette created on .