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