Capricorn Rising カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Capricorn Rising palette
Capricorn Rising カラーパレット (PNG) をダウンロード
Capricorn Rising カラーパレット CSS
/* CSS */
.color-1 {
color: #3b2d4d;
}
.color-2 {
color: #5a4c70;
}
.color-3 {
color: #7b8f9d;
}
.color-4 {
color: #c4b6a6;
}
.color-5 {
color: #f2e0d4;
}
/* CSS Variables */
:root {
--color-1: #3b2d4d;
--color-2: #5a4c70;
--color-3: #7b8f9d;
--color-4: #c4b6a6;
--color-5: #f2e0d4;
}
Capricorn Rising の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d4d, #5a4c70, #7b8f9d, #c4b6a6, #f2e0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d4d, #5a4c70, #7b8f9d, #c4b6a6, #f2e0d4);
}
似たようなカラーパレット
Capricorn Rising color palette created on .