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