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