Celestial Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blue palette

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

Celestial Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #fce3b6;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #df9a2a;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f2a1b6;
--color-3: #fce3b6;
--color-4: #f5c400;
--color-5: #df9a2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f2a1b6, #fce3b6, #f5c400, #df9a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f2a1b6, #fce3b6, #f5c400, #df9a2a);
}

Celestial Blue color palette created on .