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