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