Stellar Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Stellar Whispers palette

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

Stellar Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #ff8052;
--color-4: #ffd900;
--color-5: #ff1492;
}

Stellar Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #ff8052, #ffd900, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #ff8052, #ffd900, #ff1492);
}

Stellar Whispers color palette created on .