Stars and Moon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Stars and Moon palette
Stars and Moon カラー パレット PNG 画像
Stars and Moon カラーパレット CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #7198e0;
}
.color-4 {
color: #a5c8f8;
}
.color-5 {
color: #f5e59e;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b6caf;
--color-3: #7198e0;
--color-4: #a5c8f8;
--color-5: #f5e59e;
}
Stars and Moon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}
似たようなカラーパレット
Stars and Moon color palette created on .