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