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