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