Orange Shooting Star カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Shooting Star palette

このパレットを共有する先:

Orange Shooting Star カラーパレット CSS

/* CSS */
.color-1 {
color: #bbc3c9;
}
.color-2 {
color: #b3a6c4;
}
.color-3 {
color: #ae8fc1;
}
.color-4 {
color: #9785c7;
}
.color-5 {
color: #6a60c3;
}

/* CSS Variables */
:root {
--color-1: #bbc3c9;
--color-2: #b3a6c4;
--color-3: #ae8fc1;
--color-4: #9785c7;
--color-5: #6a60c3;
}

Orange Shooting Star の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbc3c9, #b3a6c4, #ae8fc1, #9785c7, #6a60c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbc3c9, #b3a6c4, #ae8fc1, #9785c7, #6a60c3);
}

Orange Shooting Star color palette created on .