Celestial Pop カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Pop palette

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

Celestial Pop カラーパレット CSS

/* CSS */
.color-1 {
color: #4c7de6;
}
.color-2 {
color: #694be2;
}
.color-3 {
color: #aa5ed9;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ffa142;
}

/* CSS Variables */
:root {
--color-1: #4c7de6;
--color-2: #694be2;
--color-3: #aa5ed9;
--color-4: #ff7092;
--color-5: #ffa142;
}

Celestial Pop の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7de6, #694be2, #aa5ed9, #ff7092, #ffa142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7de6, #694be2, #aa5ed9, #ff7092, #ffa142);
}

Celestial Pop color palette created on .