Great Old One カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Great Old One palette
Great Old One カラーパレット CSS
/* CSS */
.color-1 {
color: #390e39;
}
.color-2 {
color: #5e2b5b;
}
.color-3 {
color: #8c4a88;
}
.color-4 {
color: #c478b6;
}
.color-5 {
color: #f2bad8;
}
/* CSS Variables */
:root {
--color-1: #390e39;
--color-2: #5e2b5b;
--color-3: #8c4a88;
--color-4: #c478b6;
--color-5: #f2bad8;
}
Great Old One の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390e39, #5e2b5b, #8c4a88, #c478b6, #f2bad8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390e39, #5e2b5b, #8c4a88, #c478b6, #f2bad8);
}
似たようなカラーパレット
Great Old One color palette created on .