Calm Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Calm Waters palette

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

Calm Waters カラー パレット PNG 画像

Download calm waters color palette PNG image (landscape)
Download calm waters color palette PNG image (square)

Calm Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #4cb8a2;
}
.color-2 {
color: #8bd5a0;
}
.color-3 {
color: #c5e2d2;
}
.color-4 {
color: #f1f8f5;
}
.color-5 {
color: #e8b0b1;
}

/* CSS Variables */
:root {
--color-1: #4cb8a2;
--color-2: #8bd5a0;
--color-3: #c5e2d2;
--color-4: #f1f8f5;
--color-5: #e8b0b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb8a2, #8bd5a0, #c5e2d2, #f1f8f5, #e8b0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb8a2, #8bd5a0, #c5e2d2, #f1f8f5, #e8b0b1);
}

Calm Waters color palette created on .