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