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