Celestial Celebration カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Celebration palette

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

Celestial Celebration カラーパレット CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #1cb2e9;
}
.color-3 {
color: #3dc5eb;
}
.color-4 {
color: #5dd8f4;
}
.color-5 {
color: #80f9ff;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #1cb2e9;
--color-3: #3dc5eb;
--color-4: #5dd8f4;
--color-5: #80f9ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #1cb2e9, #3dc5eb, #5dd8f4, #80f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #1cb2e9, #3dc5eb, #5dd8f4, #80f9ff);
}

Celestial Celebration color palette created on .