Astro Novalite♡ カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Astro Novalite♡ palette
Astro Novalite♡ カラー パレット PNG 画像
Astro Novalite♡ カラーパレット CSS
/* CSS */
.color-1 {
color: #423e47;
}
.color-2 {
color: #5c595f;
}
.color-3 {
color: #7e7981;
}
.color-4 {
color: #a4a8b6;
}
.color-5 {
color: #f4e8cd;
}
/* CSS Variables */
:root {
--color-1: #423e47;
--color-2: #5c595f;
--color-3: #7e7981;
--color-4: #a4a8b6;
--color-5: #f4e8cd;
}
Astro Novalite♡ の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #423e47, #5c595f, #7e7981, #a4a8b6, #f4e8cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #423e47, #5c595f, #7e7981, #a4a8b6, #f4e8cd);
}
似たようなカラーパレット
Astro Novalite♡ color palette created on .