Sapphire Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sapphire Waters palette

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

Sapphire Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #006080;
}
.color-2 {
color: #0089a8;
}
.color-3 {
color: #00a1c2;
}
.color-4 {
color: #82d6e3;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #006080;
--color-2: #0089a8;
--color-3: #00a1c2;
--color-4: #82d6e3;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006080, #0089a8, #00a1c2, #82d6e3, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006080, #0089a8, #00a1c2, #82d6e3, #e0f7fa);
}

Sapphire Waters color palette created on .