Celestial Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Waters palette

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

Celestial Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #1a3956;
}
.color-3 {
color: #4ccdc4;
}
.color-4 {
color: #f6f2d5;
}
.color-5 {
color: #f05656;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #1a3956;
--color-3: #4ccdc4;
--color-4: #f6f2d5;
--color-5: #f05656;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #1a3956, #4ccdc4, #f6f2d5, #f05656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #1a3956, #4ccdc4, #f6f2d5, #f05656);
}

Celestial Waters color palette created on .