Celestial Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Waters palette

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

Celestial Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #70cbf5;
}
.color-3 {
color: #4da8e0;
}
.color-4 {
color: #0096db;
}
.color-5 {
color: #007c9e;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #70cbf5;
--color-3: #4da8e0;
--color-4: #0096db;
--color-5: #007c9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #70cbf5, #4da8e0, #0096db, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #70cbf5, #4da8e0, #0096db, #007c9e);
}

Celestial Waters color palette created on .