Serene Ocean's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Ocean's Embrace palette
Serene Ocean's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #cde4f4;
}
.color-2 {
color: #70b4db;
}
.color-3 {
color: #7c7d88;
}
.color-4 {
color: #1c8cc4;
}
.color-5 {
color: #403d66;
}
/* CSS Variables */
:root {
--color-1: #cde4f4;
--color-2: #70b4db;
--color-3: #7c7d88;
--color-4: #1c8cc4;
--color-5: #403d66;
}
Serene Ocean's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cde4f4, #70b4db, #7c7d88, #1c8cc4, #403d66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cde4f4, #70b4db, #7c7d88, #1c8cc4, #403d66);
}
Serene Ocean's Embrace color palette created on .