Oceanic Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Reverie palette
Oceanic Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #a8d5e6;
}
.color-2 {
color: #86c1d5;
}
.color-3 {
color: #4ca9b8;
}
.color-4 {
color: #00948a;
}
.color-5 {
color: #007b80;
}
/* CSS Variables */
:root {
--color-1: #a8d5e6;
--color-2: #86c1d5;
--color-3: #4ca9b8;
--color-4: #00948a;
--color-5: #007b80;
}
Oceanic Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d5e6, #86c1d5, #4ca9b8, #00948a, #007b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d5e6, #86c1d5, #4ca9b8, #00948a, #007b80);
}
似たようなカラーパレット
Oceanic Reverie color palette created on .