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