Celestial Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Waters palette

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

Celestial Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #d4e1e3;
}
.color-2 {
color: #a5c7d4;
}
.color-3 {
color: #7bb8e0;
}
.color-4 {
color: #5aa3d3;
}
.color-5 {
color: #3e8dc1;
}

/* CSS Variables */
:root {
--color-1: #d4e1e3;
--color-2: #a5c7d4;
--color-3: #7bb8e0;
--color-4: #5aa3d3;
--color-5: #3e8dc1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e1e3, #a5c7d4, #7bb8e0, #5aa3d3, #3e8dc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e1e3, #a5c7d4, #7bb8e0, #5aa3d3, #3e8dc1);
}

Celestial Waters color palette created on .