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