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