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