Calm Waters カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Calm Waters palette
Calm Waters カラーパレット CSS
/* CSS */
.color-1 {
color: #ccf2ff;
}
.color-2 {
color: #d1fff7;
}
.color-3 {
color: #edffe0;
}
.color-4 {
color: #fff7db;
}
.color-5 {
color: #ffe7db;
}
/* CSS Variables */
:root {
--color-1: #ccf2ff;
--color-2: #d1fff7;
--color-3: #edffe0;
--color-4: #fff7db;
--color-5: #ffe7db;
}
Calm Waters の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccf2ff, #d1fff7, #edffe0, #fff7db, #ffe7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccf2ff, #d1fff7, #edffe0, #fff7db, #ffe7db);
}
似たようなカラーパレット
Calm Waters color palette created on .