Blue Astral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Astral palette

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

Blue Astral カラーパレット CSS

/* CSS */
.color-1 {
color: #327c9f;
}
.color-2 {
color: #5bb0c8;
}
.color-3 {
color: #a3e0e6;
}
.color-4 {
color: #f1f8f9;
}
.color-5 {
color: #f9d4b4;
}

/* CSS Variables */
:root {
--color-1: #327c9f;
--color-2: #5bb0c8;
--color-3: #a3e0e6;
--color-4: #f1f8f9;
--color-5: #f9d4b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #327c9f, #5bb0c8, #a3e0e6, #f1f8f9, #f9d4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #327c9f, #5bb0c8, #a3e0e6, #f1f8f9, #f9d4b4);
}

Blue Astral color palette created on .