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