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